Class ConcatenationOperationImpl
java.lang.Object
net.spy.memcached.compat.SpyObject
net.spy.memcached.protocol.BaseOperationImpl
net.spy.memcached.protocol.ascii.OperationImpl
net.spy.memcached.protocol.ascii.BaseStoreOperationImpl
net.spy.memcached.protocol.ascii.ConcatenationOperationImpl
- All Implemented Interfaces:
ConcatenationOperation, KeyedOperation, Operation
public class ConcatenationOperationImpl
extends BaseStoreOperationImpl
implements ConcatenationOperation
Operation for ascii concatenations.
-
Field Summary
FieldsFields inherited from class OperationImpl
CRLFFields inherited from class BaseOperationImpl
callback, CANCELLED, notMyVbucketNodes, TIMED_OUT -
Constructor Summary
ConstructorsConstructorDescriptionConcatenationOperationImpl(ConcatenationType t, String k, byte[] d, OperationCallback cb) -
Method Summary
Modifier and TypeMethodDescriptionlongGet the CAS value sent with this operation.Get the concatenation type for this operation.Methods inherited from class BaseStoreOperationImpl
getData, getExpiration, getFlags, getKeys, handleLine, initialize, toString, wasCancelledMethods inherited from class OperationImpl
classifyError, getErrorMsg, getReadType, matchStatus, readFromBuffer, setArguments, setReadTypeMethods inherited from class BaseOperationImpl
addClone, cancel, getBuffer, getCallback, getCloneCount, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleError, handleRead, hasErrored, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, setBuffer, setCallback, setCloneCount, setHandlingNode, timeOut, transitionState, writeComplete, writingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ConcatenationOperation
getDataMethods inherited from interface KeyedOperation
getKeysMethods inherited from interface Operation
addClone, cancel, getBuffer, getCallback, getCloneCount, getErrorMsg, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setCloneCount, setHandlingNode, timeOut, writeComplete, writing
-
Field Details
-
concatType
-
-
Constructor Details
-
ConcatenationOperationImpl
-
-
Method Details
-
getCasValue
public long getCasValue()Description copied from interface:ConcatenationOperationGet the CAS value sent with this operation.- Specified by:
getCasValuein interfaceConcatenationOperation
-
getStoreType
Description copied from interface:ConcatenationOperationGet the concatenation type for this operation.- Specified by:
getStoreTypein interfaceConcatenationOperation
-