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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetNodesToLabelsResponsePBImpl

public class GetNodesToLabelsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse


Constructor Summary
GetNodesToLabelsResponsePBImpl()
           
GetNodesToLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 Map<org.apache.hadoop.yarn.api.records.NodeId,Set<String>> getNodeToLabels()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsResponseProto getProto()
           
 int hashCode()
           
 void setNodeToLabels(Map<org.apache.hadoop.yarn.api.records.NodeId,Set<String>> map)
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetNodesToLabelsResponsePBImpl

public GetNodesToLabelsResponsePBImpl()

GetNodesToLabelsResponsePBImpl

public GetNodesToLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsResponseProto proto)
Method Detail

getProto

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

getNodeToLabels

public Map<org.apache.hadoop.yarn.api.records.NodeId,Set<String>> getNodeToLabels()
Specified by:
getNodeToLabels in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse

setNodeToLabels

public void setNodeToLabels(Map<org.apache.hadoop.yarn.api.records.NodeId,Set<String>> map)
Specified by:
setNodeToLabels in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.