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
cancel, getBuffer, getCallback, getException, getHandlingNode, getState, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, 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 © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.