Uses of Enum
com.couchbase.client.core.service.ServiceState
Packages that use ServiceState
Package
Description
-
Uses of ServiceState in com.couchbase.client.core
Methods in com.couchbase.client.core that return types with arguments of type ServiceStateModifier and TypeMethodDescriptionCore.serviceState
(NodeIdentifier nodeIdentifier, ServiceType type, Optional<String> bucket) If present, returns a flux that allows to monitor the state changes of a specific service. -
Uses of ServiceState in com.couchbase.client.core.cnc.events.service
Methods in com.couchbase.client.core.cnc.events.service that return ServiceStateModifier and TypeMethodDescriptionServiceStateChangedEvent.newState()
ServiceStateChangedEvent.oldState()
Constructors in com.couchbase.client.core.cnc.events.service with parameters of type ServiceStateModifierConstructorDescriptionServiceStateChangedEvent
(ServiceContext context, ServiceState oldState, ServiceState newState) -
Uses of ServiceState in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node that return types with arguments of type ServiceStateModifier and TypeMethodDescriptionNode.serviceState
(ServiceType type, Optional<String> bucket) If present, returns a flux that allows to monitor the state changes of a specific service. -
Uses of ServiceState in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return ServiceStateModifier and TypeMethodDescriptionstatic ServiceState
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.