class |
BaseGetOpImpl |
Base class for get and gets handlers.
|
(package private) class |
BaseStoreOperationImpl |
Base class for ascii store operations (add, set, replace, append, prepend).
|
(package private) class |
CASOperationImpl |
|
class |
ConcatenationOperationImpl |
Operation for ascii concatenations.
|
(package private) class |
DeleteOperationImpl |
Operation to delete an item from the cache.
|
(package private) class |
FlushOperationImpl |
Memcached flush_all operation.
|
class |
GetAndTouchOperationImpl |
Implementation of the get and touch operation.
|
(package private) class |
GetlOperationImpl |
Implementation of the getl operation.
|
(package private) class |
GetOperationImpl |
Operation for retrieving data.
|
(package private) class |
GetsOperationImpl |
Implementation of the gets operation.
|
(package private) class |
MutatorOperationImpl |
Operation for mutating integers inside of memcached.
|
(package private) class |
OptimizedGetImpl |
Optimized Get operation for folding a bunch of gets together.
|
(package private) class |
StatsOperationImpl |
Operation to retrieve statistics from a memcached server.
|
(package private) class |
StoreOperationImpl |
Operation to store data in a memcached server.
|
(package private) class |
TouchOperationImpl |
Memcached touch operation.
|
(package private) class |
UnlockOperationImpl |
Operation to delete an item from the cache.
|
(package private) class |
VersionOperationImpl |
Operation to request the version of a memcached server.
|