Uses of Interface
net.spy.memcached.ops.MutatorOperation
Packages that use MutatorOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of MutatorOperation in net.spy.memcached
Methods in net.spy.memcached that return MutatorOperationModifier and TypeMethodDescriptionOperationFactory.mutate
(Mutator m, String key, long by, long def, int exp, OperationCallback cb) Create a mutator operation. -
Uses of MutatorOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement MutatorOperationModifier and TypeClassDescription(package private) final class
Operation for mutating integers inside of memcached.Methods in net.spy.memcached.protocol.ascii that return MutatorOperationModifier and TypeMethodDescriptionAsciiOperationFactory.mutate
(Mutator m, String key, long by, long exp, int def, OperationCallback cb) -
Uses of MutatorOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement MutatorOperationMethods in net.spy.memcached.protocol.binary that return MutatorOperationModifier and TypeMethodDescriptionBinaryOperationFactory.mutate
(Mutator m, String key, long by, long def, int exp, OperationCallback cb)