public class GetLastCheckpointResponse extends AbstractDCPResponse
Constructor and Description |
---|
GetLastCheckpointResponse(ResponseStatus status,
long sequenceNumber,
CouchbaseRequest request)
Creates
GetLastCheckpointResponse . |
Modifier and Type | Method and Description |
---|---|
long |
sequenceNumber()
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, partition
creationTime, request, status, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
request, status
creationTime
public GetLastCheckpointResponse(ResponseStatus status, long sequenceNumber, CouchbaseRequest request)
Creates GetLastCheckpointResponse
.
status
- the status of the response.sequenceNumber
- the most recent sequence number.request
- Copyright © 2016 Couchbase, Inc.. All rights reserved.