Uses of Class
com.couchbase.client.core.service.ServiceState
-
Packages that use ServiceState Package Description com.couchbase.client.core.service -
-
Uses of ServiceState in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return ServiceState Modifier and Type Method Description ServiceState
Service. state()
Returns the current state of thisService
.static ServiceState
ServiceState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceState[]
ServiceState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-