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 Summary
ConstructorsConstructorDescriptionGetClusterNodeAttributesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeAttributesResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanSet<org.apache.hadoop.yarn.api.records.NodeAttributeInfo>org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeAttributesResponseProtogetProto()inthashCode()voidsetNodeAttributes(Set<org.apache.hadoop.yarn.api.records.NodeAttributeInfo> attributes) toString()Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
newInstance
-
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
-
hashCode
public int hashCode() -
setNodeAttributes
- Specified by:
setNodeAttributesin classorg.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
-
getNodeAttributes
- Specified by:
getNodeAttributesin classorg.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
-
toString
-