Uses of Interface
net.spy.memcached.ops.GetsOperation
-
Packages that use GetsOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.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 GetsOperation in net.spy.memcached
Methods in net.spy.memcached that return GetsOperation Modifier and Type Method Description GetsOperationOperationFactory. gets(java.lang.String key, GetsOperation.Callback callback)Create a gets operation. -
Uses of GetsOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement GetsOperation Modifier and Type Class Description (package private) classGetsOperationImplImplementation of the gets operation.Methods in net.spy.memcached.protocol.ascii that return GetsOperation Modifier and Type Method Description GetsOperationAsciiOperationFactory. gets(java.lang.String key, GetsOperation.Callback cb) -
Uses of GetsOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement GetsOperation Modifier and Type Class Description classGetsOperationImplImplementation of the gets operation.Methods in net.spy.memcached.protocol.binary that return GetsOperation Modifier and Type Method Description GetsOperationBinaryOperationFactory. gets(java.lang.String key, GetsOperation.Callback cb)
-