Uses of Interface
net.spy.memcached.ops.StoreOperation
-
Packages that use StoreOperation 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 in net.spy.memcached
Methods in net.spy.memcached that return StoreOperation Modifier and Type Method Description StoreOperation
OperationFactory. store(StoreType storeType, java.lang.String key, int flags, int exp, byte[] data, StoreOperation.Callback cb)
Create a store operation. -
Uses of StoreOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement StoreOperation Modifier and Type Class Description (package private) class
StoreOperationImpl
Operation to store data in a memcached server.Methods in net.spy.memcached.protocol.ascii that return StoreOperation Modifier and Type Method Description StoreOperation
AsciiOperationFactory. store(StoreType storeType, java.lang.String key, int flags, int exp, byte[] data, StoreOperation.Callback cb)
-
Uses of StoreOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement StoreOperation Modifier and Type Class Description (package private) class
StoreOperationImpl
Methods in net.spy.memcached.protocol.binary that return StoreOperation Modifier and Type Method Description StoreOperation
BinaryOperationFactory. store(StoreType storeType, java.lang.String key, int flags, int exp, byte[] data, StoreOperation.Callback cb)
-