Uses of Interface
net.spy.memcached.ops.MutatorOperation
-
Packages that use MutatorOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.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 Modifier and Type Method Description MutatorOperationOperationFactory. mutate(Mutator m, java.lang.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 MutatorOperation Modifier and Type Class Description (package private) classMutatorOperationImplOperation for mutating integers inside of memcached.Methods in net.spy.memcached.protocol.ascii that return MutatorOperation Modifier and Type Method Description MutatorOperationAsciiOperationFactory. mutate(Mutator m, java.lang.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 MutatorOperation Modifier and Type Class Description (package private) classMutatorOperationImplMethods in net.spy.memcached.protocol.binary that return MutatorOperation Modifier and Type Method Description MutatorOperationBinaryOperationFactory. mutate(Mutator m, java.lang.String key, long by, long def, int exp, OperationCallback cb)
-