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 interfaceCASOperationOperation that represents compare-and-swap.interfaceConcatenationOperationConcatenationOperation is used to append or prepend data to an existing object in the cache.interfaceDeleteOperationDeletion operation.interfaceGetAndTouchOperationGat operation.interfaceGetlOperationGetl operation.interfaceGetOperationGet operation.interfaceGetsOperationGets operation (get with CAS identifier support).interfaceMutatorOperationincr and decr operations.interfaceObserveOperationObserve operation.interfaceReplicaGetOperationReplica get operation.interfaceReplicaGetsOperationReplica get operation.interfaceStoreOperationOperation that represents object storage.interfaceTouchOperationTouch operation marker.interfaceUnlockOperationUnlock 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) classCASOperationImplclassConcatenationOperationImplOperation for ascii concatenations.(package private) classDeleteOperationImplOperation to delete an item from the cache.classGetAndTouchOperationImplImplementation of the get and touch operation.(package private) classGetlOperationImplImplementation of the getl operation.(package private) classGetOperationImplOperation for retrieving data.(package private) classGetsOperationImplImplementation of the gets operation.(package private) classMutatorOperationImplOperation for mutating integers inside of memcached.(package private) classOptimizedGetImplOptimized Get operation for folding a bunch of gets together.(package private) classStoreOperationImplOperation to store data in a memcached server.(package private) classTouchOperationImplMemcached touch operation.(package private) classUnlockOperationImplOperation 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) classConcatenationOperationImpl(package private) classDeleteOperationImplclassGetAndTouchOperationImplImplementation of the get and touch operation.classGetlOperationImplImplementation of the get and lock operation.(package private) classGetOperationImplImplementation of the get operation.classGetsOperationImplImplementation of the gets operation.classKeyStatsOperationImplA StatsOperationImpl.classMultiGetOperationImpl(package private) classMultiKeyOperationImplBinary operations that contain multiple keys and are VBucket aware operations should extend this class.(package private) classMutatorOperationImpl(package private) classObserveOperationImpl(package private) classOptimizedGetImplOptimized Get operation for folding a bunch of gets together.classOptimizedSetImplOptimized Set operation for folding a bunch of sets together.classReplicaGetOperationImplImplementation of the replica get operation.classReplicaGetsOperationImplImplementation of the replica gets operation.(package private) classSingleKeyOperationImplBinary operations that contain a single key and are VBucket aware operations should extend this class.(package private) classStoreOperationImplclassTouchOperationImplOperation to reset a timeout in Membase server.(package private) classUnlockOperationImplMethods 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)
-