public interface ConcatenationOperation extends KeyedOperation
Modifier and Type | Method and Description |
---|---|
long |
getCasValue()
Get the CAS value sent with this operation.
|
byte[] |
getData()
Get the bytes to be set during this operation.
|
ConcatenationType |
getStoreType()
Get the concatenation type for 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
ConcatenationType getStoreType()
long getCasValue()
byte[] getData()
Note, this returns an exact reference to the bytes and the data must not be modified.
Copyright © 2016. All rights reserved.