@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, totalBodyLength
partition, partition
bucket, creationTime, incrementRetryCount, isActive, maxRetryDuration, maxRetryDuration, observable, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, subscriber, username
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
partition
bucket, incrementRetryCount, isActive, maxRetryDuration, maxRetryDuration, observable, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, subscriber, username
creationTime
@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 AbstractDCPRequest
Copyright © 2017 Couchbase, Inc.. All rights reserved.