Uses of Interface
net.spy.memcached.ops.GetOperation
Packages that use GetOperation
Package
Description
Memcached client and transformation utils
Base classes for protocol abstractions.
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of GetOperation in net.spy.memcached
Methods in net.spy.memcached that return GetOperationModifier and TypeMethodDescriptionOperationFactory.get(String key, GetOperation.Callback callback) Create a get operation.OperationFactory.get(Collection<String> keys, GetOperation.Callback cb) Create a get operation. -
Uses of GetOperation in net.spy.memcached.protocol
Methods in net.spy.memcached.protocol with parameters of type GetOperation -
Uses of GetOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement GetOperationModifier and TypeClassDescription(package private) classOperation for retrieving data.(package private) final classOptimized Get operation for folding a bunch of gets together.Methods in net.spy.memcached.protocol.ascii that return GetOperationModifier and TypeMethodDescriptionAsciiOperationFactory.get(String key, GetOperation.Callback cb) AsciiOperationFactory.get(Collection<String> keys, GetOperation.Callback cb) Methods in net.spy.memcached.protocol.ascii with parameters of type GetOperationModifier and TypeMethodDescriptionvoidOptimizedGetImpl.addOperation(GetOperation o) Add a new GetOperation to get.Constructors in net.spy.memcached.protocol.ascii with parameters of type GetOperationModifierConstructorDescriptionOptimizedGetImpl(GetOperation firstGet) Construct an optimized get starting with the given get operation. -
Uses of GetOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement GetOperationModifier and TypeClassDescription(package private) classImplementation of the get operation.class(package private) final classOptimized Get operation for folding a bunch of gets together.Methods in net.spy.memcached.protocol.binary that return GetOperationModifier and TypeMethodDescriptionBinaryOperationFactory.get(String key, GetOperation.Callback callback) BinaryOperationFactory.get(Collection<String> value, GetOperation.Callback cb) Methods in net.spy.memcached.protocol.binary with parameters of type GetOperationModifier and TypeMethodDescriptionvoidOptimizedGetImpl.addOperation(GetOperation o) Add a new GetOperation to get.Constructors in net.spy.memcached.protocol.binary with parameters of type GetOperationModifierConstructorDescriptionOptimizedGetImpl(GetOperation firstGet) Construct an optimized get starting with the given get operation.