Uses of Enum
com.couchbase.client.core.cnc.Event.Category
Packages that use Event.Category
-
Uses of Event.Category in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return Event.CategoryModifier and TypeMethodDescriptionstatic Event.Category
Returns the enum constant of this type with the specified name.static Event.Category[]
Event.Category.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.cnc with parameters of type Event.CategoryModifierConstructorDescriptionprotected
AbstractEvent
(Event.Severity severity, Event.Category category, Duration duration, Context context)