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 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()
      Overrides:
      hashCode in class Object
    • equals

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

      public void setAttributeToNodes(Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey,List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> map)
      Specified by:
      setAttributeToNodes in class org.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:
      getAttributesToNodes in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse