Uses of Interface
net.spy.memcached.ops.KeyedOperation
-
Packages that use KeyedOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.ops Fundamental protocol operation interfacesnet.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 KeyedOperation in net.spy.memcached
Methods in net.spy.memcached with parameters of type KeyedOperation Modifier and Type Method Description java.util.Collection<Operation>
OperationFactory. clone(KeyedOperation op)
Clone an operation. -
Uses of KeyedOperation in net.spy.memcached.ops
Subinterfaces of KeyedOperation in net.spy.memcached.ops Modifier and Type Interface Description interface
CASOperation
Operation that represents compare-and-swap.interface
ConcatenationOperation
ConcatenationOperation is used to append or prepend data to an existing object in the cache.interface
DeleteOperation
Deletion operation.interface
GetAndTouchOperation
Gat operation.interface
GetlOperation
Getl operation.interface
GetOperation
Get operation.interface
GetsOperation
Gets operation (get with CAS identifier support).interface
MutatorOperation
incr and decr operations.interface
ObserveOperation
Observe operation.interface
ReplicaGetOperation
Replica get operation.interface
ReplicaGetsOperation
Replica get operation.interface
StoreOperation
Operation that represents object storage.interface
TouchOperation
Touch operation marker.interface
UnlockOperation
Unlock operation.Methods in net.spy.memcached.ops with parameters of type KeyedOperation Modifier and Type Method Description java.util.Collection<Operation>
BaseOperationFactory. clone(KeyedOperation op)
protected abstract java.util.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 KeyedOperation Modifier and Type Class Description (package private) class
CASOperationImpl
class
ConcatenationOperationImpl
Operation for ascii concatenations.(package private) class
DeleteOperationImpl
Operation to delete an item from the cache.class
GetAndTouchOperationImpl
Implementation of the get and touch operation.(package private) class
GetlOperationImpl
Implementation of the getl operation.(package private) class
GetOperationImpl
Operation for retrieving data.(package private) class
GetsOperationImpl
Implementation of the gets operation.(package private) class
MutatorOperationImpl
Operation for mutating integers inside of memcached.(package private) class
OptimizedGetImpl
Optimized Get operation for folding a bunch of gets together.(package private) class
StoreOperationImpl
Operation to store data in a memcached server.(package private) class
TouchOperationImpl
Memcached touch operation.(package private) class
UnlockOperationImpl
Operation to delete an item from the cache.Methods in net.spy.memcached.protocol.ascii with parameters of type KeyedOperation Modifier and Type Method Description protected java.util.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 KeyedOperation Modifier and Type Class Description (package private) class
ConcatenationOperationImpl
(package private) class
DeleteOperationImpl
class
GetAndTouchOperationImpl
Implementation of the get and touch operation.class
GetlOperationImpl
Implementation of the get and lock operation.(package private) class
GetOperationImpl
Implementation of the get operation.class
GetsOperationImpl
Implementation of the gets operation.class
KeyStatsOperationImpl
A StatsOperationImpl.class
MultiGetOperationImpl
(package private) class
MultiKeyOperationImpl
Binary operations that contain multiple keys and are VBucket aware operations should extend this class.(package private) class
MutatorOperationImpl
(package private) class
ObserveOperationImpl
(package private) class
OptimizedGetImpl
Optimized Get operation for folding a bunch of gets together.class
OptimizedSetImpl
Optimized Set operation for folding a bunch of sets together.class
ReplicaGetOperationImpl
Implementation of the replica get operation.class
ReplicaGetsOperationImpl
Implementation of the replica gets operation.(package private) class
SingleKeyOperationImpl
Binary operations that contain a single key and are VBucket aware operations should extend this class.(package private) class
StoreOperationImpl
class
TouchOperationImpl
Operation to reset a timeout in Membase server.(package private) class
UnlockOperationImpl
Methods in net.spy.memcached.protocol.binary with parameters of type KeyedOperation Modifier and Type Method Description protected java.util.Collection<? extends Operation>
BinaryOperationFactory. cloneGet(KeyedOperation op)
-