Uses of Enum
net.spy.memcached.ops.Mutator
Packages that use Mutator
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of Mutator in net.spy.memcached
Methods in net.spy.memcached with parameters of type MutatorModifier and TypeMethodDescriptionOperationFactory.mutate(Mutator m, String key, long by, long def, int exp, OperationCallback cb) Create a mutator operation. -
Uses of Mutator in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return MutatorModifier and TypeMethodDescriptionMutatorOperation.getType()Get the mutator type used for this operation.static MutatorReturns the enum constant of this type with the specified name.static Mutator[]Mutator.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Mutator in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type MutatorModifier and TypeMethodDescriptionAsciiOperationFactory.mutate(Mutator m, String key, long by, long exp, int def, OperationCallback cb) -
Uses of Mutator in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type MutatorModifier and TypeMethodDescriptionBinaryOperationFactory.mutate(Mutator m, String key, long by, long def, int exp, OperationCallback cb)