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 TypeInterfaceDescriptioninterfaceOperation that represents compare-and-swap.interfaceConcatenationOperation is used to append or prepend data to an existing object in the cache.interfaceDeletion operation.interfaceGat operation.interfaceGetl operation.interfaceGet operation.interfaceGets operation (get with CAS identifier support).interfaceincr and decr operations.interfaceObserve operation.interfaceReplica get operation.interfaceReplica get operation.interfaceOperation that represents object storage.interfaceTouch operation marker.interfaceUnlock 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) classclassOperation for ascii concatenations.(package private) final classOperation to delete an item from the cache.classImplementation of the get and touch operation.(package private) classImplementation of the getl operation.(package private) classOperation for retrieving data.(package private) classImplementation of the gets operation.(package private) final classOperation for mutating integers inside of memcached.(package private) final classOptimized Get operation for folding a bunch of gets together.(package private) final classOperation to store data in a memcached server.(package private) final classMemcached touch operation.(package private) final classOperation 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) classclassImplementation of the get and touch operation.classImplementation of the get and lock operation.(package private) classImplementation of the get operation.classImplementation of the gets operation.classA StatsOperationImpl.class(package private) classBinary operations that contain multiple keys and are VBucket aware operations should extend this class.(package private) class(package private) class(package private) final classOptimized Get operation for folding a bunch of gets together.classOptimized Set operation for folding a bunch of sets together.classImplementation of the replica get operation.classImplementation of the replica gets operation.(package private) classBinary operations that contain a single key and are VBucket aware operations should extend this class.(package private) classclassOperation to reset a timeout in Membase server.(package private) classMethods in net.spy.memcached.protocol.binary with parameters of type KeyedOperationModifier and TypeMethodDescriptionprotected Collection<? extends Operation> BinaryOperationFactory.cloneGet(KeyedOperation op)