Uses of Class
com.couchbase.client.core.io.netty.kv.MemcacheProtocol.Magic
-
Packages that use MemcacheProtocol.Magic Package Description com.couchbase.client.core.io.netty.kv -
-
Uses of MemcacheProtocol.Magic in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return MemcacheProtocol.Magic Modifier and Type Method Description static MemcacheProtocol.Magic
MemcacheProtocol.Magic. of(byte input)
static MemcacheProtocol.Magic
MemcacheProtocol.Magic. valueOf(String name)
Returns the enum constant of this type with the specified name.static MemcacheProtocol.Magic[]
MemcacheProtocol.Magic. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-