Uses of Class
com.couchbase.client.dcp.message.PartitionAndSeqno
Packages that use PartitionAndSeqno
Package
Description
-
Uses of PartitionAndSeqno in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return types with arguments of type PartitionAndSeqnoModifier and TypeMethodDescriptionreactor.core.publisher.Flux<PartitionAndSeqno>Client.getSeqnos()Get the current sequence numbers from all partitions. -
Uses of PartitionAndSeqno in com.couchbase.client.dcp.conductor
Methods in com.couchbase.client.dcp.conductor that return types with arguments of type PartitionAndSeqnoModifier and TypeMethodDescriptionreactor.core.publisher.Flux<PartitionAndSeqno>Conductor.getSeqnos()reactor.core.publisher.Mono<List<PartitionAndSeqno>>DcpChannel.getSeqnos()Returns all seqnos for all vbuckets on that channel. -
Uses of PartitionAndSeqno in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return types with arguments of type PartitionAndSeqnoModifier and TypeMethodDescriptionstatic List<PartitionAndSeqno>DcpGetPartitionSeqnosResponse.parse(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buf)