Package com.couchbase.client.dcp.message
Class PartitionAndSeqno
java.lang.Object
com.couchbase.client.dcp.message.PartitionAndSeqno
An immutable pair consisting of a partition and an associated sequence number.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PartitionAndSeqno
public PartitionAndSeqno(int partition, long seqno)
-
-
Method Details