Uses of Class
net.spy.memcached.protocol.ascii.OperationReadType
-
Packages that use OperationReadType Package Description net.spy.memcached.protocol.ascii 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 OperationReadType Modifier and Type Field Description private OperationReadTypeOperationImpl. readTypeMethods in net.spy.memcached.protocol.ascii that return OperationReadType Modifier and Type Method Description protected OperationReadTypeOperationImpl. getReadType()static OperationReadTypeOperationReadType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperationReadType[]OperationReadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.spy.memcached.protocol.ascii with parameters of type OperationReadType Modifier and Type Method Description protected voidOperationImpl. setReadType(OperationReadType to)Set the read type of this operation.
-