Uses of Enum
com.couchbase.client.core.node.NodeState
Packages that use NodeState
-
Uses of NodeState in com.couchbase.client.core.cnc.events.node
Methods in com.couchbase.client.core.cnc.events.node that return NodeStateModifier and TypeMethodDescriptionNodeStateChangedEvent.newState()
NodeStateChangedEvent.oldState()
Constructors in com.couchbase.client.core.cnc.events.node with parameters of type NodeStateModifierConstructorDescriptionNodeStateChangedEvent
(NodeContext context, NodeState oldState, NodeState newState) -
Uses of NodeState in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node that return NodeStateModifier and TypeMethodDescriptionNode.state()
static NodeState
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.Methods in com.couchbase.client.core.node that return types with arguments of type NodeState