Uses of Class
com.couchbase.client.core.event.EventType
-
Packages that use EventType Package Description com.couchbase.client.core.event com.couchbase.client.core.event.metrics com.couchbase.client.core.event.system -
-
Uses of EventType in com.couchbase.client.core.event
Methods in com.couchbase.client.core.event that return EventType Modifier and Type Method Description EventType
CouchbaseEvent. type()
The type of the event.static EventType
EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventType[]
EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventType in com.couchbase.client.core.event.metrics
Methods in com.couchbase.client.core.event.metrics that return EventType Modifier and Type Method Description EventType
LatencyMetricsEvent. type()
EventType
RuntimeMetricsEvent. type()
-
Uses of EventType in com.couchbase.client.core.event.system
Methods in com.couchbase.client.core.event.system that return EventType Modifier and Type Method Description EventType
BucketClosedEvent. type()
EventType
BucketOpenedEvent. type()
EventType
ConfigUpdatedEvent. type()
EventType
NodeConnectedEvent. type()
EventType
NodeDisconnectedEvent. type()
EventType
TooManyEnvironmentsEvent. type()
-