| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.conductor | |
| com.couchbase.client.dcp.message |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<PartitionAndSeqno> |
Client.getSeqnos()
Get the current sequence numbers from all partitions.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<List<PartitionAndSeqno>> |
DcpChannel.getSeqnos()
Returns all seqnos for all vbuckets on that channel.
|
reactor.core.publisher.Flux<PartitionAndSeqno> |
Conductor.getSeqnos() |
| Modifier and Type | Method and Description |
|---|---|
static List<PartitionAndSeqno> |
DcpGetPartitionSeqnosResponse.parse(io.netty.buffer.ByteBuf buf) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.