Uses of Enum
com.couchbase.client.core.io.netty.kv.MemcacheProtocol.Datatype
Packages that use MemcacheProtocol.Datatype
-
Uses of MemcacheProtocol.Datatype in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return MemcacheProtocol.DatatypeModifier and TypeMethodDescriptionstatic MemcacheProtocol.Datatype
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.Methods in com.couchbase.client.core.io.netty.kv that return types with arguments of type MemcacheProtocol.DatatypeModifier and TypeMethodDescriptionstatic Set<MemcacheProtocol.Datatype>
MemcacheProtocol.Datatype.decode
(int bitfield) Methods in com.couchbase.client.core.io.netty.kv with parameters of type MemcacheProtocol.DatatypeModifier and TypeMethodDescriptionstatic boolean
MemcacheProtocol.Datatype.contains
(int bitfield, MemcacheProtocol.Datatype type) Method parameters in com.couchbase.client.core.io.netty.kv with type arguments of type MemcacheProtocol.DatatypeModifier and TypeMethodDescriptionstatic int
MemcacheProtocol.Datatype.encode
(Set<MemcacheProtocol.Datatype> type)