Uses of Class
voldemort.store.routed.action.AbstractConfigureNodes

Packages that use AbstractConfigureNodes
voldemort.store.routed.action Classes representing various states for the state based routing stores. 
 

Uses of AbstractConfigureNodes in voldemort.store.routed.action
 

Subclasses of AbstractConfigureNodes in voldemort.store.routed.action
 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
           
 



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