public interface CASOperation extends KeyedOperation
Modifier and Type | Method and Description |
---|---|
long |
getCasValue()
Get the CAS value advised for this operation.
|
byte[] |
getData()
Get the bytes to be set during this operation.
|
int |
getExpiration()
Get the expiration to be set for this operation.
|
int |
getFlags()
Get the flags to be set for this operation.
|
StoreType |
getStoreType()
Get the type of storage used by this CASOperation.
|
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()
long getCasValue()
int getFlags()
int getExpiration()
byte[] getData()
Note, this returns an exact reference to the bytes and the data must not be modified.
Copyright © 2015. All rights reserved.