Class OptimizedGetImpl
- All Implemented Interfaces:
GetOperation, KeyedOperation, Operation
Optimized Get operation for folding a bunch of gets together.
-
Nested Class Summary
Nested classes/interfaces inherited from interface GetOperation
GetOperation.Callback -
Field Summary
FieldsFields inherited from class BaseGetOpImpl
expFields inherited from class OperationImpl
CRLFFields inherited from class BaseOperationImpl
callback, CANCELLED, notMyVbucketNodes, TIMED_OUT -
Constructor Summary
ConstructorsConstructorDescriptionOptimizedGetImpl(GetOperation firstGet) Construct an optimized get starting with the given get operation. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a new GetOperation to get.Methods inherited from class BaseGetOpImpl
afterKeyBytes, afterKeyBytesSize, getKeys, handleLine, handleRead, 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, 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 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
-
pcb
-
-
Constructor Details
-
OptimizedGetImpl
Construct an optimized get starting with the given get operation.
-
-
Method Details
-
addOperation
Add a new GetOperation to get.
-