Uses of Class
com.couchbase.client.core.endpoint.EndpointState
-
Packages that use EndpointState Package Description com.couchbase.client.core.endpoint -
-
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()
EndpointState
Endpoint. state()
Returns the current state of thisEndpoint
.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.
-