| Package | Description |
|---|---|
| com.couchbase.client.dcp.highlevel | |
| com.couchbase.client.dcp.message | |
| com.couchbase.client.dcp.state |
| Modifier and Type | Method and Description |
|---|---|
List<FailoverLogEntry> |
FailoverLog.getEntries() |
| Constructor and Description |
|---|
FailoverLog(int vbucket,
List<FailoverLogEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
static List<FailoverLogEntry> |
DcpFailoverLogResponse.entries(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
List<FailoverLogEntry> |
PartitionState.getFailoverLog()
Returns the full failover log stored, in sorted order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionState.setFailoverLog(List<FailoverLogEntry> log)
Sets the failover log.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.