Package net.spy.memcached.protocol.ascii
Class StoreOperationImpl
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.StoreOperationImpl
- All Implemented Interfaces:
KeyedOperation,Operation,StoreOperation
Operation to store data in a memcached server.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.spy.memcached.ops.StoreOperation
StoreOperation.Callback -
Field Summary
FieldsFields inherited from class net.spy.memcached.protocol.ascii.BaseStoreOperationImpl
data, exp, flags, key, typeFields inherited from class net.spy.memcached.protocol.ascii.OperationImpl
CRLFFields inherited from class net.spy.memcached.protocol.BaseOperationImpl
callback, CANCELLED, notMyVbucketNodes, TIMED_OUT -
Constructor Summary
ConstructorsConstructorDescriptionStoreOperationImpl(StoreType t, String k, int f, int e, byte[] d, OperationCallback cb) -
Method Summary
Modifier and TypeMethodDescriptionGet the store type used by this operation.Methods inherited from class net.spy.memcached.protocol.ascii.BaseStoreOperationImpl
getData, getExpiration, getFlags, getKeys, handleLine, initialize, toString, wasCancelledMethods inherited from class net.spy.memcached.protocol.ascii.OperationImpl
classifyError, getErrorMsg, getReadType, matchStatus, readFromBuffer, setArguments, setReadTypeMethods inherited from class net.spy.memcached.protocol.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.spy.memcached.ops.KeyedOperation
getKeysMethods inherited from interface net.spy.memcached.ops.Operation
addClone, cancel, getBuffer, getCallback, getCloneCount, getErrorMsg, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleRead, hasErrored, initialize, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, readFromBuffer, setCloneCount, setHandlingNode, timeOut, writeComplete, writingMethods inherited from interface net.spy.memcached.ops.StoreOperation
getData, getExpiration, getFlags
-
Field Details
-
storeType
-
-
Constructor Details
-
StoreOperationImpl
-
-
Method Details
-
getStoreType
Description copied from interface:StoreOperationGet the store type used by this operation.- Specified by:
getStoreTypein interfaceStoreOperation
-