Uses of Class
com.couchbase.client.core.io.netty.kv.MemcacheProtocol.Datatype
-
Packages that use MemcacheProtocol.Datatype Package Description com.couchbase.client.core.io.netty.kv -
-
Uses of MemcacheProtocol.Datatype in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return MemcacheProtocol.Datatype Modifier and Type Method 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.
-