voldemort.store.routed.action
Class PerformSerialGetAllRequests

java.lang.Object
  extended by voldemort.store.routed.action.AbstractAction<java.lang.Iterable<ByteArray>,java.util.Map<ByteArray,java.util.List<Versioned<byte[]>>>,GetAllPipelineData>
      extended by voldemort.store.routed.action.PerformSerialGetAllRequests
All Implemented Interfaces:
Action

public class PerformSerialGetAllRequests
extends AbstractAction<java.lang.Iterable<ByteArray>,java.util.Map<ByteArray,java.util.List<Versioned<byte[]>>>,GetAllPipelineData>


Field Summary
 
Fields inherited from class voldemort.store.routed.action.AbstractAction
completeEvent, logger, pipelineData
 
Constructor Summary
PerformSerialGetAllRequests(GetAllPipelineData pipelineData, Pipeline.Event completeEvent, java.lang.Iterable<ByteArray> keys, FailureDetector failureDetector, java.util.Map<java.lang.Integer,Store<ByteArray,byte[],byte[]>> stores, int preferred, int required, boolean allowPartial)
           
 
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

PerformSerialGetAllRequests

public PerformSerialGetAllRequests(GetAllPipelineData pipelineData,
                                   Pipeline.Event completeEvent,
                                   java.lang.Iterable<ByteArray> keys,
                                   FailureDetector failureDetector,
                                   java.util.Map<java.lang.Integer,Store<ByteArray,byte[],byte[]>> stores,
                                   int preferred,
                                   int required,
                                   boolean allowPartial)
Method Detail

execute

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

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