Class GetAttributesToNodesResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAttributesToNodesResponsePBImpl
@Private
@Unstable
public class GetAttributesToNodesResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse
Attributes to nodes response.
-
Constructor Summary
ConstructorsConstructorDescriptionGetAttributesToNodesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAttributesToNodesResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMap<org.apache.hadoop.yarn.api.records.NodeAttributeKey,List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAttributesToNodesResponseProtogetProto()inthashCode()voidsetAttributeToNodes(Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey, List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> map) Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse
newInstance
-
Constructor Details
-
GetAttributesToNodesResponsePBImpl
public GetAttributesToNodesResponsePBImpl() -
GetAttributesToNodesResponsePBImpl
public GetAttributesToNodesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAttributesToNodesResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAttributesToNodesResponseProto getProto() -
hashCode
public int hashCode() -
equals
-
setAttributeToNodes
public void setAttributeToNodes(Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey, List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> map) - Specified by:
setAttributeToNodesin classorg.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse
-
getAttributesToNodes
public Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey,List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> getAttributesToNodes()- Specified by:
getAttributesToNodesin classorg.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse
-