Constructor and Description |
---|
GetClusterNodesRequest() |
Modifier and Type | Method and Description |
---|---|
abstract EnumSet<NodeState> |
getNodeStates()
The state to filter the cluster nodes with.
|
static GetClusterNodesRequest |
newInstance() |
static GetClusterNodesRequest |
newInstance(EnumSet<NodeState> states) |
abstract void |
setNodeStates(EnumSet<NodeState> states)
The state to filter the cluster nodes with.
|
@InterfaceAudience.Public @InterfaceStability.Stable public static GetClusterNodesRequest newInstance(EnumSet<NodeState> states)
@InterfaceAudience.Public @InterfaceStability.Stable public static GetClusterNodesRequest newInstance()
public abstract EnumSet<NodeState> getNodeStates()
NodeState
Copyright © 2017 Apache Software Foundation. All rights reserved.