| Interface | Description |
|---|---|
| ClusteringInterface |
The ClusteringInterface for all clustering methods
|
| Class | Description |
|---|---|
| AbstractArrayList |
This data structure AbstractArrayList is used in clustering alone It is
better than ArrayList since it associates with depth information
|
| BasicClustering |
The default clustering does no clustering at all, just map a task to a job
|
| BlockClustering |
BlockClustering groups tasks in both horizontal and vertical direction
|
| HorizontalClustering |
HorizontalClustering merges task at the same horizontal level
|
| TaskSet |
TaskSet is a group of tasks used only in clustering
|
| VerticalClustering |
VerticalClustering merges tasks at the same pipeline
|