Uses of Interface
net.spy.memcached.ops.KeyedOperation
Packages that use KeyedOperation
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 KeyedOperation in net.spy.memcached
Methods in net.spy.memcached with parameters of type KeyedOperation -
Uses of KeyedOperation in net.spy.memcached.ops
Subinterfaces of KeyedOperation in net.spy.memcached.opsModifier and TypeInterfaceDescriptioninterface
Operation that represents compare-and-swap.interface
ConcatenationOperation is used to append or prepend data to an existing object in the cache.interface
Deletion operation.interface
Gat operation.interface
Getl operation.interface
Get operation.interface
Gets operation (get with CAS identifier support).interface
incr and decr operations.interface
Observe operation.interface
Replica get operation.interface
Replica get operation.interface
Operation that represents object storage.interface
Touch operation marker.interface
Unlock operation.Methods in net.spy.memcached.ops with parameters of type KeyedOperationModifier and TypeMethodDescriptionBaseOperationFactory.clone
(KeyedOperation op) protected abstract Collection
<? extends Operation> BaseOperationFactory.cloneGet
(KeyedOperation op) -
Uses of KeyedOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement KeyedOperationModifier and TypeClassDescription(package private) class
class
Operation for ascii concatenations.(package private) final class
Operation to delete an item from the cache.class
Implementation of the get and touch operation.(package private) class
Implementation of the getl operation.(package private) class
Operation for retrieving data.(package private) class
Implementation of the gets operation.(package private) final class
Operation for mutating integers inside of memcached.(package private) final class
Optimized Get operation for folding a bunch of gets together.(package private) final class
Operation to store data in a memcached server.(package private) final class
Memcached touch operation.(package private) final class
Operation to delete an item from the cache.Methods in net.spy.memcached.protocol.ascii with parameters of type KeyedOperationModifier and TypeMethodDescriptionprotected Collection
<? extends Operation> AsciiOperationFactory.cloneGet
(KeyedOperation op) -
Uses of KeyedOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement KeyedOperationModifier and TypeClassDescription(package private) class
(package private) class
class
Implementation of the get and touch operation.class
Implementation of the get and lock operation.(package private) class
Implementation of the get operation.class
Implementation of the gets operation.class
A StatsOperationImpl.class
(package private) class
Binary operations that contain multiple keys and are VBucket aware operations should extend this class.(package private) class
(package private) class
(package private) final class
Optimized Get operation for folding a bunch of gets together.class
Optimized Set operation for folding a bunch of sets together.class
Implementation of the replica get operation.class
Implementation of the replica gets operation.(package private) class
Binary operations that contain a single key and are VBucket aware operations should extend this class.(package private) class
class
Operation to reset a timeout in Membase server.(package private) class
Methods in net.spy.memcached.protocol.binary with parameters of type KeyedOperationModifier and TypeMethodDescriptionprotected Collection
<? extends Operation> BinaryOperationFactory.cloneGet
(KeyedOperation op)