Uses of Interface
edu.isi.pegasus.planner.cluster.Clusterer
-
Packages that use Clusterer Package Description edu.isi.pegasus.planner.cluster edu.isi.pegasus.planner.partitioner -
-
Uses of Clusterer in edu.isi.pegasus.planner.cluster
Classes in edu.isi.pegasus.planner.cluster that implement Clusterer Modifier and Type Class Description classAbstractAn abstract clusterer that the other clusterers can extend.classHorizontalThe horizontal clusterer, that clusters jobs on the same level.classVerticalThe vertical cluster, that extends the Default clusterer and topologically sorts the partition before clustering the jobs into aggregated jobs.Methods in edu.isi.pegasus.planner.cluster that return Clusterer Modifier and Type Method Description static ClustererClustererFactory. loadClusterer(ADag dag, PegasusBag bag, java.lang.String type)Loads the appropriate clusterer on the basis of the clustering type specified in the options passed to the planner. -
Uses of Clusterer in edu.isi.pegasus.planner.partitioner
Fields in edu.isi.pegasus.planner.partitioner declared as Clusterer Modifier and Type Field Description private ClustererClustererCallback. mClustererThe handle to the clusterer that does the clustering.Methods in edu.isi.pegasus.planner.partitioner with parameters of type Clusterer Modifier and Type Method Description voidClustererCallback. initialize(PegasusProperties properties, Clusterer clusterer)Initializes the callback.
-