|
||||||||||
| 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 the rebalancing plans for one particular node ( either donor or stealer depending on flag ). Can be one of the following -
| Constructor Summary | |
|---|---|
RebalanceNodePlan(int nodeId,
java.util.List<RebalancePartitionsInfo> rebalanceTaskList,
boolean isNodeStealer)
|
|
| Method Summary | |
|---|---|
int |
getNodeId()
|
java.util.List<RebalancePartitionsInfo> |
getRebalanceTaskList()
|
boolean |
isNodeStealer()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RebalanceNodePlan(int nodeId,
java.util.List<RebalancePartitionsInfo> rebalanceTaskList,
boolean isNodeStealer)
| Method Detail |
|---|
public boolean isNodeStealer()
public int getNodeId()
public java.util.List<RebalancePartitionsInfo> getRebalanceTaskList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||