Uses of Class
edu.isi.pegasus.planner.cluster.ClustererFactoryException
-
Packages that use ClustererFactoryException Package Description edu.isi.pegasus.planner.cluster -
-
Uses of ClustererFactoryException in edu.isi.pegasus.planner.cluster
Methods in edu.isi.pegasus.planner.cluster that throw ClustererFactoryException Modifier and Type Method Description static Clusterer
ClustererFactory. 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.static Partitioner
ClustererFactory. loadPartitioner(PegasusProperties properties, java.lang.String type, GraphNode root, java.util.Map graph)
Loads the appropriate partitioner on the basis of the clustering type specified in the options passed to the planner.
-