Class SeqnoAdvanced
java.lang.Object
com.couchbase.client.dcp.highlevel.SeqnoAdvanced
- All Implemented Interfaces:
DatabaseChangeEvent
Think of this as a document change event without a document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(DatabaseChangeListener listener) Pass this event to the appropriate method of the given listener.intReturns the id of the virtual bucket associated with this event, or -1 if the event is not associated with a specific virtual bucket.
-
Constructor Details
-
SeqnoAdvanced
-
-
Method Details
-
dispatch
Description copied from interface:DatabaseChangeEventPass this event to the appropriate method of the given listener.The listener is invoked immediately in the same thread that calls this method.
- Specified by:
dispatchin interfaceDatabaseChangeEvent
-
getVbucket
public int getVbucket()Description copied from interface:DatabaseChangeEventReturns the id of the virtual bucket associated with this event, or -1 if the event is not associated with a specific virtual bucket.- Specified by:
getVbucketin interfaceDatabaseChangeEvent
-
getOffset
-