Uses of Class
voldemort.routing.StoreRoutingPlan

Packages that use StoreRoutingPlan
voldemort.client.rebalance All classes associated with the rebalance controller tool. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
voldemort.utils Basic helper functions. 
 

Uses of StoreRoutingPlan in voldemort.client.rebalance
 

Methods in voldemort.client.rebalance with parameters of type StoreRoutingPlan
protected  int RebalanceBatchPlan.getDonorId(StoreRoutingPlan currentSRP, StoreRoutingPlan finalSRP, int stealerZoneId, int stealerNodeId, int stealerPartitionId)
          Decide which donor node to steal from.
 

Uses of StoreRoutingPlan in voldemort.server.protocol.admin
 

Fields in voldemort.server.protocol.admin declared as StoreRoutingPlan
protected  StoreRoutingPlan FetchStreamRequestHandler.storeInstance
           
 

Uses of StoreRoutingPlan in voldemort.utils
 

Methods in voldemort.utils that return StoreRoutingPlan
 StoreRoutingPlan ConsistencyFix.getStoreInstance()
           
 



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