Uses of Class
com.couchbase.client.core.node.NodeState
-
Packages that use NodeState Package Description com.couchbase.client.core.cnc.events.node com.couchbase.client.core.node -
-
Uses of NodeState in com.couchbase.client.core.cnc.events.node
Methods in com.couchbase.client.core.cnc.events.node that return NodeState Modifier and Type Method Description NodeStateNodeStateChangedEvent. newState()NodeStateNodeStateChangedEvent. oldState()Constructors in com.couchbase.client.core.cnc.events.node with parameters of type NodeState Constructor Description NodeStateChangedEvent(NodeContext context, NodeState oldState, NodeState newState) -
Uses of NodeState in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node that return NodeState Modifier and Type Method Description NodeStateNode. state()static NodeStateNodeState. 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.Methods in com.couchbase.client.core.node that return types with arguments of type NodeState Modifier and Type Method Description Flux<NodeState>Node. states()
-