@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class GetClusterNodeLabelsResponse extends Object
Constructor and Description |
---|
GetClusterNodeLabelsResponse() |
Modifier and Type | Method and Description |
---|---|
abstract Set<String> |
getNodeLabels() |
static GetClusterNodeLabelsResponse |
newInstance(Set<String> labels) |
abstract void |
setNodeLabels(Set<String> labels) |
public GetClusterNodeLabelsResponse()
public static GetClusterNodeLabelsResponse 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 © 2016 Apache Software Foundation. All rights reserved.