| Package | Description |
|---|---|
| com.couchbase.client.core.io.netty.kv |
| Modifier and Type | Method and Description |
|---|---|
static MemcacheProtocol.Datatype |
MemcacheProtocol.Datatype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemcacheProtocol.Datatype[] |
MemcacheProtocol.Datatype.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<MemcacheProtocol.Datatype> |
MemcacheProtocol.Datatype.decode(int bitfield) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MemcacheProtocol.Datatype.contains(int bitfield,
MemcacheProtocol.Datatype type) |
| Modifier and Type | Method and Description |
|---|---|
static int |
MemcacheProtocol.Datatype.encode(Set<MemcacheProtocol.Datatype> type) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.