Uses of Enum
com.couchbase.client.core.service.ServiceState
Package
Description
-
Uses of ServiceState in com.couchbase.client.core
Modifier 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
Modifier and TypeMethodDescriptionServiceStateChangedEvent.newState()
ServiceStateChangedEvent.oldState()
ModifierConstructorDescriptionServiceStateChangedEvent
(ServiceContext context, ServiceState oldState, ServiceState newState) -
Uses of ServiceState in com.couchbase.client.core.node
Modifier 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
Modifier 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.