public class BinaryObserveSeqnoResponse extends BinaryResponse
| Constructor and Description |
|---|
BinaryObserveSeqnoResponse(BinaryObserveSeqnoCommand cmd,
long seqCache,
long seqDisk)
Construct a "Normal" response
|
BinaryObserveSeqnoResponse(BinaryObserveSeqnoCommand cmd,
VBucketCoordinates coordCur,
VBucketCoordinates coordOld,
long seqDisk)
Construct a "Failover" response.
|
public BinaryObserveSeqnoResponse(BinaryObserveSeqnoCommand cmd, long seqCache, long seqDisk)
cmd - The commandseqCache - The sequence number for the cacheseqDisk - The sequence number for persistencepublic BinaryObserveSeqnoResponse(BinaryObserveSeqnoCommand cmd, VBucketCoordinates coordCur, VBucketCoordinates coordOld, long seqDisk)
cmd - The commandcoordCur - The current coordinates of the vBucketcoordOld - The old coordinates of the vBucket corresponding to the requestseqDisk - The sequence number (for persistence) for the current coordinates.Copyright © 2017. All rights reserved.