| Package | Description |
|---|---|
| com.couchbase.client.dcp.events | |
| com.couchbase.client.dcp.highlevel | |
| com.couchbase.client.dcp.message |
| Modifier and Type | Method and Description |
|---|---|
StreamEndReason |
StreamEndEvent.reason() |
| Constructor and Description |
|---|
StreamEndEvent(int partition,
StreamEndReason reason) |
| Modifier and Type | Method and Description |
|---|---|
StreamEndReason |
StreamEnd.getReason() |
| Constructor and Description |
|---|
StreamEnd(int vbucket,
StreamEndReason reason) |
| Modifier and Type | Field and Description |
|---|---|
static StreamEndReason |
StreamEndReason.BACKFILL_FAILED |
static StreamEndReason |
StreamEndReason.CLOSED |
static StreamEndReason |
StreamEndReason.DISCONNECTED |
static StreamEndReason |
StreamEndReason.FILTER_EMPTY |
static StreamEndReason |
StreamEndReason.LOST_PRIVILEGES |
static StreamEndReason |
StreamEndReason.OK |
static StreamEndReason |
StreamEndReason.ROLLBACK |
static StreamEndReason |
StreamEndReason.STATE_CHANGED |
static StreamEndReason |
StreamEndReason.TOO_SLOW |
| Modifier and Type | Method and Description |
|---|---|
static StreamEndReason |
DcpStreamEndMessage.reason(io.netty.buffer.ByteBuf buffer) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.