Uses of Class
com.couchbase.client.dcp.highlevel.SnapshotMarker
Packages that use SnapshotMarker
-
Uses of SnapshotMarker in com.couchbase.client.dcp.highlevel
Fields in com.couchbase.client.dcp.highlevel declared as SnapshotMarkerMethods in com.couchbase.client.dcp.highlevel that return SnapshotMarkerConstructors in com.couchbase.client.dcp.highlevel with parameters of type SnapshotMarkerModifierConstructorDescriptionSnapshotDetails(int vbucket, int flags, SnapshotMarker marker) StreamOffset(long vbuuid, long seqno, SnapshotMarker snapshot, long collectionsManifestUid) -
Uses of SnapshotMarker in com.couchbase.client.dcp.state
Methods in com.couchbase.client.dcp.state that return SnapshotMarkerMethods in com.couchbase.client.dcp.state with parameters of type SnapshotMarkerModifier and TypeMethodDescriptionvoidPartitionState.setPendingSnapshot(SnapshotMarker snapshot) voidPartitionState.setStartSeqno(long startSeqno, SnapshotMarker snapshot) Use this when initializing or resetting the partition's sequence number.