|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.server.scheduler.RebalancingJob
public class RebalancingJob
A job that checks each key to see if it belongs on the current node. If it does not, it does a PUT on the key to assure that it is written to its proper home and then deletes it from the local node.
Constructor Summary | |
---|---|
RebalancingJob(int localNodeId,
RoutingStrategy router,
StoreRepository storeRepository)
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RebalancingJob(int localNodeId, RoutingStrategy router, StoreRepository storeRepository)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |