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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Throwable
cause()
Deprecated.If present, holds the cause for this event.String
description()
Deprecated.A textual description with more information about the event.
-
-
-
Constructor Detail
-
SuspiciousExpiryDurationEvent
public SuspiciousExpiryDurationEvent(Duration duration)
Deprecated.
-
-