Uses of Interface
net.spy.memcached.ops.GetsOperation
Packages that use GetsOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of GetsOperation in net.spy.memcached
Methods in net.spy.memcached that return GetsOperationModifier and TypeMethodDescriptionOperationFactory.gets
(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 GetsOperationModifier and TypeClassDescription(package private) class
Implementation of the gets operation.Methods in net.spy.memcached.protocol.ascii that return GetsOperationModifier and TypeMethodDescriptionAsciiOperationFactory.gets
(String key, GetsOperation.Callback cb) -
Uses of GetsOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement GetsOperationMethods in net.spy.memcached.protocol.binary that return GetsOperationModifier and TypeMethodDescriptionBinaryOperationFactory.gets
(String key, GetsOperation.Callback cb)