public class SnapshotMarker extends Object
| Modifier and Type | Field and Description |
|---|---|
static SnapshotMarker |
NONE |
| Constructor and Description |
|---|
SnapshotMarker(long startSeqno,
long endSeqno) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getEndSeqno()
NOTE: Sequence numbers are unsigned, and must be compared using
Long.compareUnsigned(long, long) |
long |
getStartSeqno()
NOTE: Sequence numbers are unsigned, and must be compared using
Long.compareUnsigned(long, long) |
int |
hashCode() |
String |
toString() |
public static final SnapshotMarker NONE
public long getStartSeqno()
Long.compareUnsigned(long, long)public long getEndSeqno()
Long.compareUnsigned(long, long)Copyright © 2021 Couchbase, Inc.. All rights reserved.