Uses of Class
net.spy.memcached.protocol.ascii.OperationImpl
Packages that use OperationImpl
Package
Description
Low-level operations for the memcached ascii protocol
-
Uses of OperationImpl in net.spy.memcached.protocol.ascii
Subclasses of OperationImpl in net.spy.memcached.protocol.asciiModifier and TypeClassDescriptionclassBase class for get and gets handlers.(package private) classBase class for ascii store operations (add, set, replace, append, prepend).(package private) classclassOperation for ascii concatenations.(package private) final classOperation to delete an item from the cache.(package private) final classMemcached flush_all operation.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 retrieve statistics from a memcached server.(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.(package private) final classOperation to request the version of a memcached server.