Package net.spy.memcached.protocol.ascii
Low-level operations for the memcached ascii protocol
-
Class Summary Class Description AsciiMemcachedNodeImpl Memcached node for the ASCII protocol.AsciiOperationFactory Operation factory for the ascii protocol.BaseGetOpImpl Base class for get and gets handlers.BaseStoreOperationImpl Base class for ascii store operations (add, set, replace, append, prepend).CASOperationImpl ConcatenationOperationImpl Operation for ascii concatenations.DeleteOperationImpl Operation to delete an item from the cache.FlushOperationImpl Memcached flush_all operation.GetAndTouchOperationImpl Implementation of the get and touch operation.GetlOperationImpl Implementation of the getl operation.GetOperationImpl Operation for retrieving data.GetsOperationImpl Implementation of the gets operation.MutatorOperationImpl Operation for mutating integers inside of memcached.OperationImpl Operations on a memcached connection.OptimizedGetImpl Optimized Get operation for folding a bunch of gets together.StatsOperationImpl Operation to retrieve statistics from a memcached server.StoreOperationImpl Operation to store data in a memcached server.TouchOperationImpl Memcached touch operation.UnlockOperationImpl Operation to delete an item from the cache.VersionOperationImpl Operation to request the version of a memcached server. -
Enum Summary Enum Description OperationReadType Data read types.