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