Package | Description |
---|---|
edu.isi.pegasus.planner.cluster |
Modifier and Type | Method and Description |
---|---|
static Clusterer |
ClustererFactory.loadClusterer(ADag dag,
PegasusBag bag,
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,
String type,
GraphNode root,
Map graph)
Loads the appropriate partitioner on the basis of the clustering type
specified in the options passed to the planner.
|