Uses of Interface
net.spy.memcached.ops.CASOperation
Packages that use CASOperation
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 CASOperation in net.spy.memcached
Methods in net.spy.memcached that return CASOperationModifier and TypeMethodDescriptionOperationFactory.cas
(StoreType t, String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb) Create a CAS operation. -
Uses of CASOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement CASOperationMethods in net.spy.memcached.protocol.ascii that return CASOperationModifier and TypeMethodDescriptionAsciiOperationFactory.cas
(StoreType type, String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb) -
Uses of CASOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement CASOperationFields in net.spy.memcached.protocol.binary with type parameters of type CASOperationMethods in net.spy.memcached.protocol.binary that return CASOperationModifier and TypeMethodDescriptionBinaryOperationFactory.cas
(StoreType type, String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb) Methods in net.spy.memcached.protocol.binary with parameters of type CASOperationConstructors in net.spy.memcached.protocol.binary with parameters of type CASOperationModifierConstructorDescriptionOptimizedSetImpl
(CASOperation firstStore) Construct an optimized get starting with the given get operation.