Uses of Class
com.couchbase.client.core.endpoint.EndpointState
-
Packages that use EndpointState Package Description com.couchbase.client.core.cnc.events.endpoint com.couchbase.client.core.diagnostics com.couchbase.client.core.endpoint -
-
Uses of EndpointState in com.couchbase.client.core.cnc.events.endpoint
Methods in com.couchbase.client.core.cnc.events.endpoint that return EndpointState Modifier and Type Method Description EndpointState
EndpointStateChangedEvent. newState()
EndpointState
EndpointStateChangedEvent. oldState()
Constructors in com.couchbase.client.core.cnc.events.endpoint with parameters of type EndpointState Constructor Description EndpointStateChangedEvent(EndpointContext context, EndpointState oldState, EndpointState newState)
-
Uses of EndpointState in com.couchbase.client.core.diagnostics
Methods in com.couchbase.client.core.diagnostics that return EndpointState Modifier and Type Method Description EndpointState
EndpointDiagnostics. state()
The current state of the endpoint.Constructors in com.couchbase.client.core.diagnostics with parameters of type EndpointState Constructor Description EndpointDiagnostics(ServiceType type, EndpointState state, String local, String remote, Optional<String> namespace, Optional<Long> lastActivityUs, Optional<String> id)
-
Uses of EndpointState in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return EndpointState Modifier and Type Method Description EndpointState
BaseEndpoint. state()
static EndpointState
EndpointState. valueOf(String name)
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.Methods in com.couchbase.client.core.endpoint that return types with arguments of type EndpointState Modifier and Type Method Description Flux<EndpointState>
BaseEndpoint. states()
-