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) |
Set<String> |
getNodeLabels() |
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto |
getProto() |
int |
hashCode() |
void |
setNodeLabels(Set<String> labels) |
public GetClusterNodeLabelsResponsePBImpl()
public GetClusterNodeLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto getProto()
public void setNodeLabels(Set<String> labels)
setNodeLabels in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponsepublic Set<String> getNodeLabels()
getNodeLabels in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponseCopyright © 2016 Apache Software Foundation. All Rights Reserved.