@Deprecated @InterfaceStability.Experimental @InterfaceAudience.Private public class MutationMessage extends AbstractDCPMessage
A message representing event that creates or updates a document.
DEFAULT_PARTITION| Constructor and Description |
|---|
MutationMessage(int totalBodyLength,
short partition,
String key,
ByteBuf content,
int expiration,
long bySequenceNumber,
long revisionSequenceNumber,
int flags,
int lockTime,
long cas,
String bucket)
Deprecated.
|
MutationMessage(int totalBodyLength,
short partition,
String key,
ByteBuf content,
int expiration,
long bySequenceNumber,
long revisionSequenceNumber,
int flags,
int lockTime,
long cas,
String bucket,
String password)
Deprecated.
|
MutationMessage(int totalBodyLength,
short partition,
String key,
ByteBuf content,
int expiration,
long bySequenceNumber,
long revisionSequenceNumber,
int flags,
int lockTime,
long cas,
String bucket,
String username,
String password)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
bySequenceNumber()
Deprecated.
|
long |
cas()
Deprecated.
|
ByteBuf |
content()
Deprecated.
|
int |
expiration()
Deprecated.
|
int |
flags()
Deprecated.
|
int |
lockTime()
Deprecated.
|
long |
revisionSequenceNumber()
Deprecated.
|
String |
toString()
Deprecated.
|
key, totalBodyLengthpartition, partitionbucket, creationTime, incrementRetryCount, maxRetryDuration, maxRetryDuration, observable, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, usernameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpartitionbucket, incrementRetryCount, maxRetryDuration, maxRetryDuration, observable, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, usernamecreationTime@Deprecated public MutationMessage(int totalBodyLength, short partition, String key, ByteBuf content, int expiration, long bySequenceNumber, long revisionSequenceNumber, int flags, int lockTime, long cas, String bucket)
@Deprecated public MutationMessage(int totalBodyLength, short partition, String key, ByteBuf content, int expiration, long bySequenceNumber, long revisionSequenceNumber, int flags, int lockTime, long cas, String bucket, String password)
public ByteBuf content()
public int expiration()
public int lockTime()
public int flags()
public long cas()
public long bySequenceNumber()
public long revisionSequenceNumber()
public String toString()
toString in class AbstractDCPRequestCopyright © 2017 Couchbase, Inc.. All rights reserved.