|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreOperation
Operation that represents object storage.
Method Summary | |
---|---|
byte[] |
getData()
Get the bytes to be set during this operation. |
int |
getExpiration()
Get the expiration value to be set. |
int |
getFlags()
Get the flags to be set. |
StoreType |
getStoreType()
Get the store type used by this operation. |
Methods inherited from interface net.spy.memcached.ops.KeyedOperation |
---|
getKeys |
Methods inherited from interface net.spy.memcached.ops.Operation |
---|
cancel, getBuffer, getCallback, getException, getHandlingNode, getState, handleRead, hasErrored, initialize, isCancelled, readFromBuffer, setHandlingNode, writeComplete |
Method Detail |
---|
StoreType getStoreType()
int getFlags()
int getExpiration()
byte[] getData()
Note, this returns an exact reference to the bytes and the data must not be modified.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |