Uses of Class
net.spy.memcached.protocol.ascii.BaseGetOpImpl
-
Packages that use BaseGetOpImpl Package Description net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol -
-
Uses of BaseGetOpImpl in net.spy.memcached.protocol.ascii
Subclasses of BaseGetOpImpl in net.spy.memcached.protocol.ascii Modifier and Type Class Description 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
OptimizedGetImpl
Optimized Get operation for folding a bunch of gets together.
-