|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreOperation.Callback | |
---|---|
net.spy.memcached | Memcached client and transformation utils |
net.spy.memcached.protocol.ascii | Low-level operations for the memcached ascii protocol |
net.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 | |
---|---|
CASOperation |
OperationFactory.cas(StoreType t,
java.lang.String key,
long casId,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb)
Create a CAS operation. |
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.Callback in net.spy.memcached.protocol.ascii |
---|
Methods in net.spy.memcached.protocol.ascii with parameters of type StoreOperation.Callback | |
---|---|
CASOperation |
AsciiOperationFactory.cas(StoreType type,
java.lang.String key,
long casId,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb)
|
StoreOperation |
AsciiOperationFactory.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 | |
---|---|
CASOperation |
BinaryOperationFactory.cas(StoreType type,
java.lang.String key,
long casId,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb)
|
StoreOperation |
BinaryOperationFactory.store(StoreType storeType,
java.lang.String key,
int flags,
int exp,
byte[] data,
StoreOperation.Callback cb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |