Uses of Class
com.couchbase.client.dcp.highlevel.StreamOffset
Packages that use StreamOffset
Package
Description
-
Uses of StreamOffset in com.couchbase.client.dcp
Method parameters in com.couchbase.client.dcp with type arguments of type StreamOffsetModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>Client.resumeStreaming(Map<Integer, StreamOffset> vbucketToOffset) -
Uses of StreamOffset in com.couchbase.client.dcp.conductor
Methods in com.couchbase.client.dcp.conductor with parameters of type StreamOffsetModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>DcpChannel.openStream(int vbid, StreamOffset startOffset, long endSeqno, CollectionsManifest manifest) reactor.core.publisher.Mono<Void>Conductor.startStreamForPartition(int partition, StreamOffset startOffset, long endSeqno) -
Uses of StreamOffset in com.couchbase.client.dcp.highlevel
Fields in com.couchbase.client.dcp.highlevel declared as StreamOffsetMethods in com.couchbase.client.dcp.highlevel that return StreamOffsetModifier and TypeMethodDescriptionRollback.getFailedStartOffset()Returns the requested start offset that lead to this rollback.DocumentChange.getOffset()SeqnoAdvanced.getOffset()Methods in com.couchbase.client.dcp.highlevel with parameters of type StreamOffsetModifier and TypeMethodDescriptionstatic StringStreamOffset.describe(StreamOffset offset) Returns the same info as toString(), but in a format readable by humans without special knowledge.Constructors in com.couchbase.client.dcp.highlevel with parameters of type StreamOffsetModifierConstructorDescriptionDeletion(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf byteBuf, CollectionsManifest.CollectionInfo collectionInfo, String key, FlowControlReceipt receipt, StreamOffset offset, boolean dueToExpiration) DocumentChange(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf byteBuf, CollectionsManifest.CollectionInfo collectionInfo, String key, FlowControlReceipt receipt, StreamOffset offset) Mutation(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf byteBuf, CollectionsManifest.CollectionInfo collectionInfo, String key, FlowControlReceipt receipt, StreamOffset offset) SeqnoAdvanced(int vbucket, StreamOffset offset) -
Uses of StreamOffset in com.couchbase.client.dcp.state
Methods in com.couchbase.client.dcp.state that return StreamOffsetModifier and TypeMethodDescriptionPartitionState.getMostRecentOpenStreamOffset()PartitionState.getOffset()Methods in com.couchbase.client.dcp.state with parameters of type StreamOffsetModifier and TypeMethodDescriptionstatic PartitionStatePartitionState.fromOffset(StreamOffset offset) voidPartitionState.setMostRecentOpenStreamOffset(StreamOffset offset)