public class GetClusterNodeLabelsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
| Constructor | Description |
|---|---|
GetClusterNodeLabelsResponsePBImpl() |
|
GetClusterNodeLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.List<org.apache.hadoop.yarn.api.records.NodeLabel> |
getNodeLabelList() |
|
java.util.Set<java.lang.String> |
getNodeLabels() |
Deprecated.
Use
getNodeLabelList() instead. |
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setNodeLabelList(java.util.List<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels) |
|
void |
setNodeLabels(java.util.Set<java.lang.String> labels) |
Deprecated.
Use
setNodeLabelList(List) instead. |
java.lang.String |
toString() |
public GetClusterNodeLabelsResponsePBImpl()
public GetClusterNodeLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetClusterNodeLabelsResponseProto getProto()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setNodeLabelList(java.util.List<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels)
setNodeLabelList in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse@Deprecated public java.util.Set<java.lang.String> getNodeLabels()
getNodeLabelList() instead.getNodeLabels in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse@Deprecated public void setNodeLabels(java.util.Set<java.lang.String> labels)
setNodeLabelList(List) instead.setNodeLabels in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponsepublic java.util.List<org.apache.hadoop.yarn.api.records.NodeLabel> getNodeLabelList()
getNodeLabelList in class org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponsepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.