@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetClusterNodeLabelsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
Constructor and Description |
---|
GetClusterNodeLabelsResponsePBImpl() |
GetClusterNodeLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto proto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
List<org.apache.hadoop.yarn.api.records.NodeToLabelsList> |
getClusterNodeLabels() |
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto |
getProto() |
int |
hashCode() |
void |
setClusterNodeLabels(List<org.apache.hadoop.yarn.api.records.NodeToLabelsList> clusterNodeLabels) |
String |
toString() |
public GetClusterNodeLabelsResponsePBImpl()
public GetClusterNodeLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto proto)
public List<org.apache.hadoop.yarn.api.records.NodeToLabelsList> getClusterNodeLabels()
getClusterNodeLabels
in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
public void setClusterNodeLabels(List<org.apache.hadoop.yarn.api.records.NodeToLabelsList> clusterNodeLabels)
setClusterNodeLabels
in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto getProto()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.