Uses of Class
voldemort.client.rebalance.task.StealerBasedRebalanceTask

Packages that use StealerBasedRebalanceTask
voldemort.client.rebalance All classes associated with the rebalance controller tool. 
 

Uses of StealerBasedRebalanceTask in voldemort.client.rebalance
 

Methods in voldemort.client.rebalance that return StealerBasedRebalanceTask
protected  StealerBasedRebalanceTask RebalanceScheduler.scheduleNextTask(boolean executeService)
          Schedule at most one task.
 

Method parameters in voldemort.client.rebalance with type arguments of type StealerBasedRebalanceTask
protected  void RebalanceScheduler.populateTasksByStealer(java.util.List<StealerBasedRebalanceTask> sbTaskList)
          Go over the task list and create a map of stealerId -> Tasks
 void RebalanceScheduler.run(java.util.List<StealerBasedRebalanceTask> sbTaskList)
          Set up scheduling structures and then start scheduling tasks to execute.
 



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