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 MutatorOperation
OperationFactory. 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) class
MutatorOperationImpl
Operation for mutating integers inside of memcached.Methods in net.spy.memcached.protocol.ascii that return MutatorOperation Modifier and Type Method Description MutatorOperation
AsciiOperationFactory. 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) class
MutatorOperationImpl
Methods in net.spy.memcached.protocol.binary that return MutatorOperation Modifier and Type Method Description MutatorOperation
BinaryOperationFactory. mutate(Mutator m, java.lang.String key, long by, long def, int exp, OperationCallback cb)
-