Uses of Interface
voldemort.store.routed.action.Action

Packages that use Action
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 Action in voldemort.store.routed
 

Methods in voldemort.store.routed with parameters of type Action
 void Pipeline.addEventAction(Pipeline.Event event, Action action)
          Assigns the event to be handled by the given action.
 

Uses of Action in voldemort.store.routed.action
 

Classes in voldemort.store.routed.action that implement Action
 class AbstractAction<K,V,PD extends PipelineData<K,V>>
           
 class AbstractConfigureNodes<K,V,PD extends PipelineData<K,V>>
           
 class AbstractHintedHandoffAction<V,PD extends BasicPipelineData<V>>
           
 class AbstractKeyBasedAction<K,V,PD extends PipelineData<K,V>>
           
 class AbstractReadRepair<K,V,PD extends PipelineData<K,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 GetAllConfigureNodes
           
 class GetAllReadRepair
           
 class IncrementClock
           
 class PerformDeleteHintedHandoff
           
 class PerformParallelDeleteRequests<V,PD extends BasicPipelineData<V>>
           
 class PerformParallelGetAllRequests
           
 class PerformParallelPutRequests
           
 class PerformParallelRequests<V,PD extends BasicPipelineData<V>>
           
 class PerformPutHintedHandoff
           
 class PerformSerialGetAllRequests
           
 class PerformSerialPutRequests
           
 class PerformSerialRequests<V,PD extends BasicPipelineData<V>>
           
 class PerformZoneSerialRequests<V,PD extends BasicPipelineData<V>>
           
 class ReadRepair<PD extends BasicPipelineData<java.util.List<Versioned<byte[]>>>>
           
 



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