Class BucketOpenInitiatedEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.core.BucketOpenInitiatedEvent
- All Implemented Interfaces:
Event
public class BucketOpenInitiatedEvent extends AbstractEvent
This event is raised when a bucket is supposed to be opened.
-
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 BucketOpenInitiatedEvent(Context context, String name) -
Method Summary
Modifier and Type Method Description Stringdescription()A textual description with more information about the event.Stringname()Methods inherited from class com.couchbase.client.core.cnc.AbstractEvent
category, context, createdAt, duration, severity, toString
-
Constructor Details
-
BucketOpenInitiatedEvent
-
-
Method Details
-
name
-
description
Description copied from interface:EventA textual description with more information about the event.- Returns:
- the description, if set.
-