Package net.spy.memcached.ops
Interface SetConfigOperation
- All Superinterfaces:
Operation
Operation that represents config set.
-
Method Summary
Methods 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, writing
-
Method Details
-
getType
ConfigurationType getType()Get the type used for setting the config. -
getFlags
int getFlags()Get the flags to be set. -
getData
byte[] getData()Get the bytes to be set during this operation.Note, this returns an exact reference to the bytes and the data must not be modified.
-