Uses of Interface
net.spy.memcached.ops.StoreOperation.Callback
-
Packages that use StoreOperation.Callback 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 StoreOperation.Callback in net.spy.memcached
Methods in net.spy.memcached with parameters of type StoreOperation.Callback Modifier and Type Method Description CASOperationOperationFactory. cas(StoreType t, java.lang.String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb)Create a CAS operation.StoreOperationOperationFactory. store(StoreType storeType, java.lang.String key, int flags, int exp, byte[] data, StoreOperation.Callback cb)Create a store operation. -
Uses of StoreOperation.Callback in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii with parameters of type StoreOperation.Callback Modifier and Type Method Description CASOperationAsciiOperationFactory. cas(StoreType type, java.lang.String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb)StoreOperationAsciiOperationFactory. store(StoreType storeType, java.lang.String key, int flags, int exp, byte[] data, StoreOperation.Callback cb) -
Uses of StoreOperation.Callback in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type StoreOperation.Callback Modifier and Type Method Description CASOperationBinaryOperationFactory. cas(StoreType type, java.lang.String key, long casId, int flags, int exp, byte[] data, StoreOperation.Callback cb)StoreOperationBinaryOperationFactory. store(StoreType storeType, java.lang.String key, int flags, int exp, byte[] data, StoreOperation.Callback cb)Constructors in net.spy.memcached.protocol.binary with parameters of type StoreOperation.Callback Constructor Description StoreOperationImpl(StoreType t, java.lang.String k, int f, int e, byte[] d, long c, StoreOperation.Callback cb)
-