|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.store.routed.action.AbstractAction<ByteArray,java.lang.Void,PutPipelineData>
voldemort.store.routed.action.IncrementClock
public class IncrementClock
Field Summary |
---|
Fields inherited from class voldemort.store.routed.action.AbstractAction |
---|
completeEvent, logger, pipelineData |
Constructor Summary | |
---|---|
IncrementClock(PutPipelineData pipelineData,
Pipeline.Event completeEvent,
Versioned<byte[]> versioned,
Time time)
|
Method Summary | |
---|---|
void |
execute(Pipeline pipeline)
Executes some portion of the overall logic in the routing pipeline. |
Methods inherited from class voldemort.store.routed.action.AbstractAction |
---|
handleResponseError, handleResponseError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IncrementClock(PutPipelineData pipelineData, Pipeline.Event completeEvent, Versioned<byte[]> versioned, Time time)
Method Detail |
---|
public void execute(Pipeline pipeline)
Action
pipeline
- Pipeline
instance of which this action is a part,
used for adding events to the event queue or getting the
Pipeline.Operation
that resulted in the action being called
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |