Class GetClusterNodeAttributesResponsePBImpl

java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeAttributesResponsePBImpl

@Private @Unstable public class GetClusterNodeAttributesResponsePBImpl extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
Cluster node attributes response.
  • Constructor Details

    • GetClusterNodeAttributesResponsePBImpl

      public GetClusterNodeAttributesResponsePBImpl()
    • GetClusterNodeAttributesResponsePBImpl

      public GetClusterNodeAttributesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeAttributesResponseProto proto)
  • Method Details

    • getProto

      public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeAttributesResponseProto getProto()
    • equals

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

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

      public void setNodeAttributes(Set<org.apache.hadoop.yarn.api.records.NodeAttributeInfo> attributes)
      Specified by:
      setNodeAttributes in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
    • getNodeAttributes

      public Set<org.apache.hadoop.yarn.api.records.NodeAttributeInfo> getNodeAttributes()
      Specified by:
      getNodeAttributes in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
    • toString

      public String toString()
      Overrides:
      toString in class Object