Uses of Class
com.couchbase.client.core.node.NodeState
-
Packages that use NodeState Package Description com.couchbase.client.core.node -
-
Uses of NodeState in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node that return NodeState Modifier and Type Method Description NodeState
Node. state()
static NodeState
NodeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeState[]
NodeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-