public class VerticalBalancing extends BalancingMethod
| Constructor and Description |
|---|
VerticalBalancing(java.util.Map levelMap,
java.util.Map taskMap,
int clusterNum)
Initialize a VerticalBalancing object
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The main function
|
addTaskSet2TaskSet, cleanTaskSetChecked, getClusterNum, getLevelMap, getTaskMappublic VerticalBalancing(java.util.Map levelMap,
java.util.Map taskMap,
int clusterNum)
levelMap - the level maptaskMap - the task mapclusterNum - the clusters.numpublic void run()
run in class BalancingMethod