Class GetNodesToAttributesResponsePBImpl

java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponse
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetNodesToAttributesResponsePBImpl

public class GetNodesToAttributesResponsePBImpl extends org.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponse
Nodes to attributes request response.
  • Constructor Details

    • GetNodesToAttributesResponsePBImpl

      public GetNodesToAttributesResponsePBImpl()
    • GetNodesToAttributesResponsePBImpl

      public GetNodesToAttributesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToAttributesResponseProto proto)
  • Method Details

    • getProto

      public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToAttributesResponseProto getProto()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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

      public void setNodeToAttributes(Map<String,Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> map)
      Specified by:
      setNodeToAttributes in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponse
    • getNodeToAttributes

      public Map<String,Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> getNodeToAttributes()
      Specified by:
      getNodeToAttributes in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponse