public class BalancedClustering extends BasicClustering
| Constructor and Description |
|---|
BalancedClustering(int clusterNum)
Initialize a BalancedClustering method
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanTaskSetChecked()
Clean the checked flag of a taskset
|
java.util.Map<java.lang.Integer,java.util.ArrayList<TaskSet>> |
getCurrentTaskSetAtLevels()
Gets the current tasks per level
|
void |
printMetrics()
Print out all the balancing metrics
|
void |
run()
The main function of BasicClustering
|
addClustDelay, addRoot, addTasks2Job, addTasks2Job, clean, getJobList, getTask2Job, getTaskFiles, getTaskList, setTaskList, updateDependenciespublic BalancedClustering(int clusterNum)
clusterNum - clusters.numpublic void cleanTaskSetChecked()
public void printMetrics()
public java.util.Map<java.lang.Integer,java.util.ArrayList<TaskSet>> getCurrentTaskSetAtLevels()
public void run()
BasicClusteringrun in interface ClusteringInterfacerun in class BasicClustering