public class Mutation extends DocumentChange
| Constructor and Description |
|---|
Mutation(io.netty.buffer.ByteBuf byteBuf,
CollectionsManifest.CollectionInfo collectionInfo,
String key,
FlowControlReceipt receipt,
StreamOffset offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(DatabaseChangeListener listener)
Pass this event to the appropriate method of the given listener.
|
int |
getExpiry() |
int |
getFlagsAsInt() |
int |
getLockTime() |
boolean |
isJson() |
flowControlAck, getCas, getCollection, getContent, getKey, getOffset, getQualifiedKey, getRevision, getTimestamp, getTracingToken, getVbucket, getXattrs, isMutation, toStringpublic Mutation(io.netty.buffer.ByteBuf byteBuf,
CollectionsManifest.CollectionInfo collectionInfo,
String key,
FlowControlReceipt receipt,
StreamOffset offset)
public int getExpiry()
public int getLockTime()
public int getFlagsAsInt()
public boolean isJson()
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.