public interface StoreOperation extends KeyedOperation
Modifier and Type | Interface and Description |
---|---|
static interface |
StoreOperation.Callback
Operation callback to get the CAS value.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getKeys
addClone, cancel, getBuffer, getCallback, getCloneCount, getErrorMsg, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setCloneCount, setHandlingNode, timeOut, writeComplete, writing
StoreType getStoreType()
int getFlags()
int getExpiration()
byte[] getData()
Note, this returns an exact reference to the bytes and the data must not be modified.
Copyright © 2017. All rights reserved.