public class Deletion extends DocumentChange
| Constructor and Description |
|---|
Deletion(io.netty.buffer.ByteBuf byteBuf,
CollectionsManifest.CollectionInfo collectionInfo,
String key,
FlowControlReceipt receipt,
StreamOffset offset,
boolean dueToExpiration) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(DatabaseChangeListener listener)
Pass this event to the appropriate method of the given listener.
|
boolean |
isDueToExpiration() |
flowControlAck, getCas, getCollection, getContent, getKey, getOffset, getQualifiedKey, getRevision, getTimestamp, getTracingToken, getVbucket, getXattrs, isMutation, toStringpublic Deletion(io.netty.buffer.ByteBuf byteBuf,
CollectionsManifest.CollectionInfo collectionInfo,
String key,
FlowControlReceipt receipt,
StreamOffset offset,
boolean dueToExpiration)
public boolean isDueToExpiration()
public void dispatch(DatabaseChangeListener listener)
DatabaseChangeEventThe listener is invoked immediately in the same thread that calls this method.
Copyright © 2021 Couchbase, Inc.. All rights reserved.