Uses of Enum Class
net.spy.memcached.protocol.ascii.OperationReadType
Packages that use OperationReadType
Package
Description
Low-level operations for the memcached ascii protocol
-
Uses of OperationReadType in net.spy.memcached.protocol.ascii
Fields in net.spy.memcached.protocol.ascii declared as OperationReadTypeMethods in net.spy.memcached.protocol.ascii that return OperationReadTypeModifier and TypeMethodDescriptionprotected final OperationReadType
OperationImpl.getReadType()
static OperationReadType
Returns the enum constant of this class with the specified name.static OperationReadType[]
OperationReadType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spy.memcached.protocol.ascii with parameters of type OperationReadTypeModifier and TypeMethodDescriptionprotected final void
OperationImpl.setReadType
(OperationReadType to) Set the read type of this operation.