@Deprecated public class GetLastCheckpointResponse extends AbstractDCPResponse
| Constructor and Description |
|---|
GetLastCheckpointResponse(ResponseStatus status,
long sequenceNumber,
CouchbaseRequest request)
Deprecated.
Creates
GetLastCheckpointResponse. |
| Modifier and Type | Method and Description |
|---|---|
long |
sequenceNumber()
Deprecated.
Each mutation that occurs on a vBucket is assigned a number, which strictly increases as events are assigned sequence numbers, that can be used to order that event against other mutations within the same vBucket.
|
partition, partitioncreationTime, request, status, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrequest, statuscreationTimepublic GetLastCheckpointResponse(ResponseStatus status, long sequenceNumber, CouchbaseRequest request)
Creates GetLastCheckpointResponse.
status - the status of the response.sequenceNumber - the most recent sequence number.request - Copyright © 2017 Couchbase, Inc.. All rights reserved.