|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvoldemort.client.rebalance.RebalanceNodePlan
public class RebalanceNodePlan
This class acts as a container for a stealer node id and its corresponding
list of RebalancePartitionsInfo ( which in turn indicates the list of
movements from a particular donor node )
| Constructor Summary | |
|---|---|
RebalanceNodePlan(int stealerNode,
java.util.List<RebalancePartitionsInfo> rebalanceTaskList)
|
|
| Method Summary | |
|---|---|
java.util.List<RebalancePartitionsInfo> |
getRebalanceTaskList()
|
int |
getStealerNode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RebalanceNodePlan(int stealerNode,
java.util.List<RebalancePartitionsInfo> rebalanceTaskList)
| Method Detail |
|---|
public int getStealerNode()
public java.util.List<RebalancePartitionsInfo> getRebalanceTaskList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||