@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class AddToClusterNodeLabelsRequest extends Object
| Constructor and Description |
|---|
AddToClusterNodeLabelsRequest() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<String> |
getNodeLabels() |
static AddToClusterNodeLabelsRequest |
newInstance(Set<String> labels) |
abstract void |
setNodeLabels(Set<String> labels) |
public static AddToClusterNodeLabelsRequest newInstance(Set<String> labels)
@InterfaceAudience.Public @InterfaceStability.Evolving public abstract void setNodeLabels(Set<String> labels)
@InterfaceAudience.Public @InterfaceStability.Evolving public abstract Set<String> getNodeLabels()
Copyright © 2018 CERN. All Rights Reserved.