public interface DcpOps
| Modifier and Type | Interface and Description |
|---|---|
static class |
DcpOps.BadResponseStatusException
Thrown when response status field is non-zero.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<com.couchbase.client.dcp.buffer.FailoverLogResponse> |
getFailoverLog(int partition) |
reactor.core.publisher.Mono<com.couchbase.client.dcp.buffer.ObserveSeqnoResponse> |
observeSeqno(int partition,
long vbuuid) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.