Class GetClusterNodeLabelsResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetClusterNodeLabelsResponsePBImpl
public class GetClusterNodeLabelsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGetClusterNodeLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<org.apache.hadoop.yarn.api.records.NodeLabel>Deprecated.org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProtogetProto()inthashCode()voidsetNodeLabelList(List<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels) voidsetNodeLabels(Set<String> labels) Deprecated.UsesetNodeLabelList(List)instead.toString()Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
newInstance, newInstance
-
Constructor Details
-
GetClusterNodeLabelsResponsePBImpl
public GetClusterNodeLabelsResponsePBImpl() -
GetClusterNodeLabelsResponsePBImpl
public GetClusterNodeLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto getProto() -
equals
-
hashCode
public int hashCode() -
setNodeLabelList
- Specified by:
setNodeLabelListin classorg.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
getNodeLabels
Deprecated.UsegetNodeLabelList()instead.- Specified by:
getNodeLabelsin classorg.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
setNodeLabels
Deprecated.UsesetNodeLabelList(List)instead.- Specified by:
setNodeLabelsin classorg.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
getNodeLabelList
- Specified by:
getNodeLabelListin classorg.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
-
toString
-
getNodeLabelList()instead.