org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetNodesToLabelsResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetNodesToLabelsResponsePBImpl
public class GetNodesToLabelsResponsePBImpl
- extends org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
| Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse |
newInstance |
GetNodesToLabelsResponsePBImpl
public GetNodesToLabelsResponsePBImpl()
GetNodesToLabelsResponsePBImpl
public GetNodesToLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsResponseProto proto)
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.