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
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
Methods in net.spy.memcached.protocol.binary that return MutatorOperationModifier and TypeMethodDescriptionBinaryOperationFactory.mutate(Mutator m, String key, long by, long def, int exp, OperationCallback cb)