|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.client.rebalance.RebalanceBatchPlanProgressBar
public class RebalanceBatchPlanProgressBar
Method Summary | |
---|---|
void |
beginTask(int taskId)
Called whenever a rebalance task starts. |
void |
completeTask(int taskId,
int partitionStoresMigrated)
Called whenever a rebalance task completes. |
java.lang.String |
getPrettyProgressBar()
Construct a pretty string documenting progress for this batch plan thus far. |
void |
updateProgressBar()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void beginTask(int taskId)
taskId
- public void completeTask(int taskId, int partitionStoresMigrated)
taskId
- partitionStoresMigrated
- Number of partition stores moved by this
completed task.public java.lang.String getPrettyProgressBar()
public void updateProgressBar()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |