Uses of Class
net.spy.memcached.protocol.BaseOperationImpl
-
Packages that use BaseOperationImpl Package Description net.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 BaseOperationImpl in net.spy.memcached.protocol.ascii
Subclasses of BaseOperationImpl in net.spy.memcached.protocol.ascii Modifier and Type Class Description classBaseGetOpImplBase class for get and gets handlers.(package private) classBaseStoreOperationImplBase class for ascii store operations (add, set, replace, append, prepend).(package private) classCASOperationImplclassConcatenationOperationImplOperation for ascii concatenations.(package private) classDeleteOperationImplOperation to delete an item from the cache.(package private) classFlushOperationImplMemcached flush_all operation.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) classOperationImplOperations on a memcached connection.(package private) classOptimizedGetImplOptimized Get operation for folding a bunch of gets together.(package private) classStatsOperationImplOperation to retrieve statistics from a memcached server.(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.(package private) classVersionOperationImplOperation to request the version of a memcached server. -
Uses of BaseOperationImpl in net.spy.memcached.protocol.binary
Subclasses of BaseOperationImpl in net.spy.memcached.protocol.binary Modifier and Type Class Description (package private) classConcatenationOperationImpl(package private) classDeleteOperationImpl(package private) classFlushOperationImplclassGetAndTouchOperationImplImplementation 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) classNoopOperationImplImplementation of a noop operation.(package private) classObserveOperationImplclassOperationImplBase class for binary operations.(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.classSASLAuthOperationImplSASL authenticator.classSASLBaseOperationImplSASL authenticator.(package private) classSASLMechsOperationImplclassSASLStepOperationImplA SASLStepOperationImpl.(package private) classSingleKeyOperationImplBinary operations that contain a single key and are VBucket aware operations should extend this class.classStatsOperationImplA StatsOperationImpl.(package private) classStoreOperationImplclassTapAckOperationImplImplementation of a tap ACK operation.classTapBackfillOperationImplImplementation of a tap backfill operation.classTapCustomOperationImplImplementation of a custom tap operation.classTapDumpOperationImplImplementation of a tap dump operation.classTapOperationImplAbstract implementation of a tap operation.classTouchOperationImplOperation to reset a timeout in Membase server.(package private) classUnlockOperationImpl(package private) classVersionOperationImpl
-