Uses of Class
net.spy.memcached.ops.BaseOperationFactory
-
Packages that use BaseOperationFactory 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 BaseOperationFactory in net.spy.memcached.protocol.ascii
Subclasses of BaseOperationFactory in net.spy.memcached.protocol.ascii Modifier and Type Class Description class
AsciiOperationFactory
Operation factory for the ascii protocol. -
Uses of BaseOperationFactory in net.spy.memcached.protocol.binary
Subclasses of BaseOperationFactory in net.spy.memcached.protocol.binary Modifier and Type Class Description class
BinaryOperationFactory
Factory for binary operations.
-