Class SnapshotMarker
java.lang.Object
com.couchbase.client.dcp.highlevel.SnapshotMarker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongNOTE: Sequence numbers are unsigned, and must be compared usingLong.compareUnsigned(long, long)longNOTE: Sequence numbers are unsigned, and must be compared usingLong.compareUnsigned(long, long)inthashCode()toString()
-
Field Details
-
NONE
-
-
Constructor Details
-
SnapshotMarker
public SnapshotMarker(long startSeqno, long endSeqno)
-
-
Method Details
-
getStartSeqno
public long getStartSeqno()NOTE: Sequence numbers are unsigned, and must be compared usingLong.compareUnsigned(long, long) -
getEndSeqno
public long getEndSeqno()NOTE: Sequence numbers are unsigned, and must be compared usingLong.compareUnsigned(long, long) -
toString
-
equals
-
hashCode
public int hashCode()
-