Uses of Enum Class
net.spy.memcached.ops.Mutator
Packages that use Mutator
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of Mutator in net.spy.memcached
Methods in net.spy.memcached with parameters of type MutatorModifier and TypeMethodDescriptionprivate OperationFuture
<Long> MemcachedClient.asyncMutate
(Mutator m, String key, long by, long def, int exp) private long
OperationFactory.mutate
(Mutator m, String key, long by, long def, int exp, OperationCallback cb) Create a mutator operation.private long
MemcachedClient.mutateWithDefault
(Mutator t, String key, long by, long def, int exp) -
Uses of Mutator in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return MutatorModifier and TypeMethodDescriptionMutatorOperation.getType()
Get the mutator type used for this operation.static Mutator
Returns the enum constant of this class with the specified name.static Mutator[]
Mutator.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Mutator in net.spy.memcached.protocol.ascii
Fields in net.spy.memcached.protocol.ascii declared as MutatorMethods in net.spy.memcached.protocol.ascii that return MutatorMethods in net.spy.memcached.protocol.ascii with parameters of type MutatorModifier and TypeMethodDescriptionAsciiOperationFactory.mutate
(Mutator m, String key, long by, long exp, int def, OperationCallback cb) Constructors in net.spy.memcached.protocol.ascii with parameters of type MutatorModifierConstructorDescriptionMutatorOperationImpl
(Mutator m, String k, long amt, OperationCallback c) -
Uses of Mutator in net.spy.memcached.protocol.binary
Fields in net.spy.memcached.protocol.binary declared as MutatorMethods in net.spy.memcached.protocol.binary that return MutatorMethods in net.spy.memcached.protocol.binary with parameters of type MutatorModifier and TypeMethodDescriptionBinaryOperationFactory.mutate
(Mutator m, String key, long by, long def, int exp, OperationCallback cb) Constructors in net.spy.memcached.protocol.binary with parameters of type MutatorModifierConstructorDescriptionMutatorOperationImpl
(Mutator m, String k, long b, long d, int e, OperationCallback cb)