Uses of Enum
com.couchbase.client.core.endpoint.EndpointState
Package
Description
-
Uses of EndpointState in com.couchbase.client.core.cnc.events.endpoint
Modifier and TypeMethodDescriptionEndpointStateChangedEvent.newState()
EndpointStateChangedEvent.oldState()
ModifierConstructorDescriptionEndpointStateChangedEvent
(Context context, EndpointState oldState, EndpointState newState) EndpointStateChangedEvent
(EndpointContext context, EndpointState oldState, EndpointState newState) -
Uses of EndpointState in com.couchbase.client.core.diagnostics
ModifierConstructorDescriptionEndpointDiagnostics
(ServiceType type, EndpointState state, CircuitBreaker.State circuitBreakerState, String local, String remote, Optional<String> namespace, Optional<Long> lastActivityUs, Optional<String> id, Optional<Throwable> lastConnectAttemptFailure) -
Uses of EndpointState in com.couchbase.client.core.endpoint
Modifier and TypeMethodDescriptionBaseEndpoint.state()
static EndpointState
Returns the enum constant of this type with the specified name.static EndpointState[]
EndpointState.values()
Returns an array containing the constants of this enum type, in the order they are declared.