org.griphyn.cPlanner.cluster |
|
Java Source File Name | Type | Comment |
Abstract.java | Class | An abstract clusterer that the other clusterers can extend. |
Clusterer.java | Interface | The clustering API, that constructs clusters of jobs out of a single
partition. |
ClustererException.java | Class | The baseclass of the exception that is thrown by all Clusterers. |
ClustererFactory.java | Class | A factory class to load the appropriate Partitioner, and Clusterer Callback
for clustering. |
ClustererFactoryException.java | Class | Class to notify of failures while instantiating Clusterer implementations. |
Horizontal.java | Class | The horizontal clusterer, that clusters jobs on the same level. |
JobAggregator.java | Interface | The interface that dictates how the jobs are clumped together into one single
larger job. |
Vertical.java | Class | The vertical cluster, that extends the Default clusterer and topologically
sorts the partition before clustering the jobs into aggregated jobs. |