Uses of Class
com.couchbase.client.core.cnc.Event.Severity
-
-
Uses of Event.Severity in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return Event.Severity Modifier and Type Method Description Event.Severity
AbstractEvent. severity()
Event.Severity
Event. severity()
The Severity of this event.static Event.Severity
Event.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Event.Severity[]
Event.Severity. 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.Severity Constructor Description AbstractEvent(Event.Severity severity, Event.Category category, Duration duration, Context context)
AbstractEvent(Event.Severity severity, String category, Duration duration, Context context)
Creates a new abstract event. -
Uses of Event.Severity in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return Event.Severity Modifier and Type Method Description Event.Severity
ConfigIgnoredEvent.Reason. severity()
-
Uses of Event.Severity in com.couchbase.client.core.cnc.events.core
Methods in com.couchbase.client.core.cnc.events.core that return Event.Severity Modifier and Type Method Description Event.Severity
InitGlobalConfigFailedEvent.Reason. severity()
Constructors in com.couchbase.client.core.cnc.events.core with parameters of type Event.Severity Constructor Description BucketOpenFailedEvent(String name, Event.Severity severity, Duration duration, Context context, Throwable cause)
DnsSrvLookupFailedEvent(Event.Severity severity, Duration duration, Throwable cause, DnsSrvLookupFailedEvent.Reason reason)
InitGlobalConfigFailedEvent(Event.Severity severity, Duration duration, CoreContext context, InitGlobalConfigFailedEvent.Reason reason, Throwable cause)
-
Uses of Event.Severity in com.couchbase.client.core.cnc.events.endpoint
Constructors in com.couchbase.client.core.cnc.events.endpoint with parameters of type Event.Severity Constructor Description EndpointConnectionFailedEvent(Event.Severity severity, Duration duration, EndpointContext context, long attempt, Throwable cause)
EndpointWriteFailedEvent(Event.Severity severity, EndpointContext context, Throwable cause)
-
Uses of Event.Severity in com.couchbase.client.core.cnc.events.io
Constructors in com.couchbase.client.core.cnc.events.io with parameters of type Event.Severity Constructor Description SelectBucketFailedEvent(Event.Severity severity, IoContext context, short status)
-
Uses of Event.Severity in com.couchbase.client.core.cnc.events.node
Constructors in com.couchbase.client.core.cnc.events.node with parameters of type Event.Severity Constructor Description NodeDisconnectIgnoredEvent(Event.Severity severity, NodeDisconnectIgnoredEvent.Reason reason, Context context)
-
Uses of Event.Severity in com.couchbase.client.core.cnc.events.request
Constructors in com.couchbase.client.core.cnc.events.request with parameters of type Event.Severity Constructor Description RequestNotRetriedEvent(Event.Severity severity, Class<? extends Request> clazz, RequestContext context, RetryReason reason, Throwable throwable)
-
Uses of Event.Severity in com.couchbase.client.core.cnc.events.service
Constructors in com.couchbase.client.core.cnc.events.service with parameters of type Event.Severity Constructor Description ServiceAddIgnoredEvent(Event.Severity severity, ServiceAddIgnoredEvent.Reason reason, Context context)
ServiceRemoveIgnoredEvent(Event.Severity severity, ServiceRemoveIgnoredEvent.Reason reason, Context context)
-