Uses of Interface
net.spy.memcached.ops.MutatorOperation

Packages that use MutatorOperation
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol 
net.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol 
 

Uses of MutatorOperation in net.spy.memcached
 

Methods in net.spy.memcached that return MutatorOperation
 MutatorOperation OperationFactory.mutate(Mutator m, String key, int 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 MutatorOperation
 MutatorOperation AsciiOperationFactory.mutate(Mutator m, String key, int 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 MutatorOperation
 MutatorOperation BinaryOperationFactory.mutate(Mutator m, String key, int by, long def, int exp, OperationCallback cb)