voldemort.store.routed.action
Class PerformPutHintedHandoff

java.lang.Object
  extended by voldemort.store.routed.action.AbstractAction<K,V,PD>
      extended by voldemort.store.routed.action.AbstractKeyBasedAction<ByteArray,V,PD>
          extended by voldemort.store.routed.action.AbstractHintedHandoffAction<java.lang.Void,PutPipelineData>
              extended by voldemort.store.routed.action.PerformPutHintedHandoff
All Implemented Interfaces:
Action

public class PerformPutHintedHandoff
extends AbstractHintedHandoffAction<java.lang.Void,PutPipelineData>


Field Summary
 
Fields inherited from class voldemort.store.routed.action.AbstractHintedHandoffAction
hintedHandoff, slopsToBeSent
 
Fields inherited from class voldemort.store.routed.action.AbstractKeyBasedAction
key
 
Fields inherited from class voldemort.store.routed.action.AbstractAction
completeEvent, logger, pipelineData
 
Constructor Summary
PerformPutHintedHandoff(PutPipelineData pipelineData, Pipeline.Event completeEvent, ByteArray key, Versioned<byte[]> versioned, byte[] transforms, HintedHandoff hintedHandoff, 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.AbstractHintedHandoffAction
rememberSlopForLaterEvent
 
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

PerformPutHintedHandoff

public PerformPutHintedHandoff(PutPipelineData pipelineData,
                               Pipeline.Event completeEvent,
                               ByteArray key,
                               Versioned<byte[]> versioned,
                               byte[] transforms,
                               HintedHandoff hintedHandoff,
                               Time time)
Method Detail

execute

public void execute(Pipeline pipeline)
Description copied from interface: Action
Executes some portion of the overall logic in the routing pipeline.

Specified by:
execute in interface Action
Specified by:
execute in class AbstractHintedHandoffAction<java.lang.Void,PutPipelineData>
Parameters:
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


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu