Uses of Class
voldemort.store.routed.BasicPipelineData

Packages that use BasicPipelineData
voldemort.store.routed A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. 
voldemort.store.routed.action Classes representing various states for the state based routing stores. 
 

Uses of BasicPipelineData in voldemort.store.routed
 

Subclasses of BasicPipelineData in voldemort.store.routed
 class PutPipelineData
          This is used only by the "put" operation as it includes data specific only to that operation.
 

Uses of BasicPipelineData in voldemort.store.routed.action
 

Classes in voldemort.store.routed.action with type parameters of type BasicPipelineData
 class AbstractHintedHandoffAction<V,PD extends BasicPipelineData<V>>
           
 class ConfigureNodes<V,PD extends BasicPipelineData<V>>
           
 class ConfigureNodesByZone<V,PD extends BasicPipelineData<V>>
          Configure the Nodes obtained via the routing strategy based on the zone information.
 class ConfigureNodesDefault<V,PD extends BasicPipelineData<V>>
          Default Configure Nodes that does not reorder the list of nodes obtained via the routing strategy
 class ConfigureNodesLocalHost<V,PD extends BasicPipelineData<V>>
          Use the default node list returned via the routing strategy.
 class ConfigureNodesLocalHostByZone<V,PD extends BasicPipelineData<V>>
          Use the zone aware node list returned via the routing strategy.
 class ConfigureNodesLocalZoneOnly<V,PD extends BasicPipelineData<V>>
          Configure the Nodes obtained via the routing strategy based on the zone information.
 class PerformParallelDeleteRequests<V,PD extends BasicPipelineData<V>>
           
 class PerformParallelRequests<V,PD extends BasicPipelineData<V>>
           
 class PerformSerialRequests<V,PD extends BasicPipelineData<V>>
           
 class PerformZoneSerialRequests<V,PD extends BasicPipelineData<V>>
           
 class ReadRepair<PD extends BasicPipelineData<java.util.List<Versioned<byte[]>>>>
           
 

Constructors in voldemort.store.routed.action with parameters of type BasicPipelineData
PerformDeleteHintedHandoff(BasicPipelineData<java.lang.Boolean> pipelineData, Pipeline.Event completeEvent, ByteArray key, Version version, HintedHandoff hintedHandoff)
           
 



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