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 TypeClassDescriptionclassOperation for ascii concatenations.classImplementation of the get and touch operation.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 TypeClassDescriptionclassImplementation of the get and touch operation.classImplementation of the get and lock operation.classImplementation of the gets operation.classA StatsOperationImpl.classclassOptimized Set operation for folding a bunch of sets together.classImplementation of the replica get operation.classImplementation of the replica gets operation.classOperation to reset a timeout in Membase server.Methods in net.spy.memcached.protocol.binary with parameters of type KeyedOperationModifier and TypeMethodDescriptionprotected Collection<? extends Operation> BinaryOperationFactory.cloneGet(KeyedOperation op)