public class ConcatenationOperationImpl extends BaseOperationImpl implements ConcatenationOperation
CANCELLED, TIMED_OUT| Constructor and Description |
|---|
ConcatenationOperationImpl(ConcatenationType t,
java.lang.String k,
byte[] d,
OperationCallback cb) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCasValue()
Get the CAS value sent with this operation.
|
byte[] |
getData() |
byte[] |
getErrorMsg()
Returns the raw bytes of the error message content.
|
int |
getExpiration() |
int |
getFlags() |
java.util.Collection<java.lang.String> |
getKeys() |
ConcatenationType |
getStoreType()
Get the concatenation type for this operation.
|
void |
handleLine(java.lang.String line) |
void |
initialize()
Initialize this operation.
|
void |
readFromBuffer(java.nio.ByteBuffer data)
Read data from the given byte buffer and dispatch to the appropriate read
mechanism.
|
java.lang.String |
toString() |
addClone, cancel, getBuffer, getCallback, getCloneCount, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, setCloneCount, setHandlingNode, timeOut, writeComplete, writingequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDatagetKeysaddClone, cancel, getBuffer, getCallback, getCloneCount, getErrorMsg, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setCloneCount, setHandlingNode, timeOut, writeComplete, writingpublic ConcatenationOperationImpl(ConcatenationType t, java.lang.String k, byte[] d, OperationCallback cb)
public long getCasValue()
ConcatenationOperationgetCasValue in interface ConcatenationOperationpublic ConcatenationType getStoreType()
ConcatenationOperationgetStoreType in interface ConcatenationOperationpublic void handleLine(java.lang.String line)
public void initialize()
Operationinitialize in interface Operationinitialize in class BaseOperationImplpublic java.util.Collection<java.lang.String> getKeys()
public int getFlags()
public int getExpiration()
public byte[] getData()
public java.lang.String toString()
toString in class java.lang.Objectpublic void readFromBuffer(java.nio.ByteBuffer data)
throws java.io.IOException
OperationreadFromBuffer in interface OperationreadFromBuffer in class BaseOperationImpljava.io.IOExceptionpublic byte[] getErrorMsg()
OperationgetErrorMsg in interface Operation