| Package | Description |
|---|---|
| org.workflowsim.clustering | |
| org.workflowsim.clustering.balancing |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicClustering
The default clustering does no clustering at all, just map a task to a job
|
class |
BlockClustering
BlockClustering groups tasks in both horizontal and vertical direction
|
class |
HorizontalClustering
HorizontalClustering merges task at the same horizontal level
|
class |
VerticalClustering
VerticalClustering merges tasks at the same pipeline
|
| Modifier and Type | Class and Description |
|---|---|
class |
BalancedClustering
BalancedClustering is a clustering method that aims balancing task runtime
and data dependency.
|