| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.conductor | |
| com.couchbase.client.dcp.highlevel | |
| com.couchbase.client.dcp.state |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
Client.resumeStreaming(Map<Integer,StreamOffset> vbucketToOffset) |
| Modifier and Type | Method and Description |
|---|---|
reactor.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) |
| Modifier and Type | Field and Description |
|---|---|
static StreamOffset |
StreamOffset.ZERO |
| Modifier and Type | Method and Description |
|---|---|
StreamOffset |
SeqnoAdvanced.getOffset() |
StreamOffset |
DocumentChange.getOffset() |
| Constructor and Description |
|---|
Deletion(io.netty.buffer.ByteBuf byteBuf,
CollectionsManifest.CollectionInfo collectionInfo,
String key,
FlowControlReceipt receipt,
StreamOffset offset,
boolean dueToExpiration) |
DocumentChange(io.netty.buffer.ByteBuf byteBuf,
CollectionsManifest.CollectionInfo collectionInfo,
String key,
FlowControlReceipt receipt,
StreamOffset offset) |
Mutation(io.netty.buffer.ByteBuf byteBuf,
CollectionsManifest.CollectionInfo collectionInfo,
String key,
FlowControlReceipt receipt,
StreamOffset offset) |
SeqnoAdvanced(int vbucket,
StreamOffset offset) |
| Modifier and Type | Method and Description |
|---|---|
StreamOffset |
PartitionState.getOffset() |
| Modifier and Type | Method and Description |
|---|---|
static PartitionState |
PartitionState.fromOffset(StreamOffset offset) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.