@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetClusterNodeLabelsResponse extends Object
The response sent by the ResourceManager to a client requesting
labels for nodes in the cluster.
The response includes a list of NodeToLabelsList each of which has labels
for a single node.
| Constructor and Description |
|---|
GetClusterNodeLabelsResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<NodeToLabelsList> |
getClusterNodeLabels() |
static GetClusterNodeLabelsResponse |
newInstance(List<NodeToLabelsList> clusterNodeLabels) |
abstract void |
setClusterNodeLabels(List<NodeToLabelsList> clusterNodeLabels) |
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetClusterNodeLabelsResponse newInstance(List<NodeToLabelsList> clusterNodeLabels)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<NodeToLabelsList> getClusterNodeLabels()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setClusterNodeLabels(List<NodeToLabelsList> clusterNodeLabels)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.