Package | Description |
---|---|
com.couchbase.client.core.cnc.events.node | |
com.couchbase.client.core.node |
Modifier and Type | Method and Description |
---|---|
NodeState |
NodeStateChangedEvent.newState() |
NodeState |
NodeStateChangedEvent.oldState() |
Constructor and Description |
---|
NodeStateChangedEvent(NodeContext context,
NodeState oldState,
NodeState newState) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Flux<NodeState> |
Node.states() |
Copyright © 2021 Couchbase, Inc.. All rights reserved.