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
Subclasses with type arguments of type OperationReadType in net.spy.memcached.protocol.asciiFields in net.spy.memcached.protocol.ascii declared as OperationReadTypeMethods in net.spy.memcached.protocol.ascii that return OperationReadTypeModifier and TypeMethodDescriptionprotected final OperationReadTypeOperationImpl.getReadType()static OperationReadTypeReturns 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 voidOperationImpl.setReadType(OperationReadType to) Set the read type of this operation.