@InterfaceStability.Experimental @InterfaceAudience.Private public class MutationMessage extends AbstractDCPRequest
A message representing event that creates or updates a document.
DEFAULT_PARTITION
Constructor and Description |
---|
MutationMessage(short partition,
String key,
ByteBuf content,
int expiration,
int flags,
int lockTime,
long cas,
String bucket) |
MutationMessage(short partition,
String key,
ByteBuf content,
int expiration,
int flags,
int lockTime,
long cas,
String bucket,
String password) |
Modifier and Type | Method and Description |
---|---|
long |
cas() |
ByteBuf |
content() |
int |
expiration() |
int |
flags() |
String |
key() |
int |
lockTime() |
partition, partition
bucket, creationTime, incrementRetryCount, observable, password, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bucket, incrementRetryCount, observable, password
creationTime
Copyright © 2014 Couchbase, Inc.