@InterfaceStability.Experimental @InterfaceAudience.Private @Deprecated public class RemoveMessage extends AbstractDCPMessage
A message representing event that removes or expires a document.
DEFAULT_PARTITION
Constructor and Description |
---|
RemoveMessage(int totalBodyLength,
short partition,
String key,
long cas,
long bySequenceNumber,
long revisionSequenceNumber,
String bucket)
Deprecated.
|
RemoveMessage(int totalBodyLength,
short partition,
String key,
long cas,
long bySequenceNumber,
long revisionSequenceNumber,
String bucket,
String password)
Deprecated.
|
RemoveMessage(int totalBodyLength,
short partition,
String key,
long cas,
long bySequenceNumber,
long revisionSequenceNumber,
String bucket,
String username,
String password)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
bySequenceNumber()
Deprecated.
|
long |
cas()
Deprecated.
|
long |
revisionSequenceNumber()
Deprecated.
|
key, totalBodyLength
partition, partition, toString
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 RemoveMessage(int totalBodyLength, short partition, String key, long cas, long bySequenceNumber, long revisionSequenceNumber, String bucket)
@Deprecated public RemoveMessage(int totalBodyLength, short partition, String key, long cas, long bySequenceNumber, long revisionSequenceNumber, String bucket, String password)
Copyright © 2017 Couchbase, Inc.. All rights reserved.