Class SuspiciousExpiryDurationEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.request.SuspiciousExpiryDurationEvent
- All Implemented Interfaces:
Event
@Deprecated public class SuspiciousExpiryDurationEvent extends AbstractEvent
Deprecated.
Scheduled for removal in SDK 3.1.
-
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
Constructors Constructor Description SuspiciousExpiryDurationEvent(Duration duration)Deprecated. -
Method Summary
Modifier and Type Method Description Throwablecause()Deprecated.If present, holds the cause for this event.Stringdescription()Deprecated.A textual description with more information about the event.
-
Constructor Details
-
SuspiciousExpiryDurationEvent
Deprecated.
-
-
Method Details
-
description
Deprecated.Description copied from interface:EventA textual description with more information about the event.- Returns:
- the description, if set.
-
cause
Deprecated.Description copied from interface:EventIf present, holds the cause for this event. Usually present if raised because of an excetion.- Returns:
- the throwable if present.
-