org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetClusterNodeLabelsRequestPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsRequest
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsRequestPBImpl

public class GetClusterNodeLabelsRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsRequest


Constructor Summary
GetClusterNodeLabelsRequestPBImpl()
           
GetClusterNodeLabelsRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsRequestProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsRequestProto getProto()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsRequest
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetClusterNodeLabelsRequestPBImpl

public GetClusterNodeLabelsRequestPBImpl()

GetClusterNodeLabelsRequestPBImpl

public GetClusterNodeLabelsRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsRequestProto proto)
Method Detail

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsRequestProto getProto()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.