Class IndividualGlobalConfigLoadFailedEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.config.IndividualGlobalConfigLoadFailedEvent
- All Implemented Interfaces:
Event
Raised if an individual global config load event failed but it is not raised as a warning because progress
has been made from another host so it can be ignored (but is still relevant for debugging purposes).
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Event
Event.Category, Event.Severity
-
Field Summary
Fields inherited from interface com.couchbase.client.core.cnc.Event
CATEGORY_PREFIX
-
Constructor Summary
ConstructorDescriptionIndividualGlobalConfigLoadFailedEvent
(Duration duration, CoreContext context, Throwable cause, String host) -
Method Summary
Modifier and TypeMethodDescriptioncause()
If present, holds the cause for this event.A textual description with more information about the event.
-
Constructor Details
-
IndividualGlobalConfigLoadFailedEvent
public IndividualGlobalConfigLoadFailedEvent(Duration duration, CoreContext context, Throwable cause, String host)
-
-
Method Details
-
description
Description copied from interface:Event
A textual description with more information about the event.- Returns:
- the description, if set.
-
cause
Description copied from interface:Event
If present, holds the cause for this event. Usually present if raised because of an excetion.- Returns:
- the throwable if present.
-