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 Summary
ConstructorsConstructorDescriptionGetNodesToAttributesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToAttributesResponseProto proto) -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponse
newInstance
-
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() -
equals
-
setNodeToAttributes
public void setNodeToAttributes(Map<String, Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> map) - Specified by:
setNodeToAttributesin classorg.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponse
-
getNodeToAttributes
- Specified by:
getNodeToAttributesin classorg.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponse
-