| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.message |
| Modifier and Type | Method and Description |
|---|---|
Set<OpenConnectionFlag> |
Client.Environment.connectionFlags()
Returns the flags to use when opening a DCP connection.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenConnectionFlag |
OpenConnectionFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenConnectionFlag[] |
OpenConnectionFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
OpenConnectionFlag.encode(Set<OpenConnectionFlag> flags) |
static void |
DcpOpenConnectionRequest.init(io.netty.buffer.ByteBuf buffer,
Set<OpenConnectionFlag> flags)
Initialize the buffer with all the values needed.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.