|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClustererException | |
|---|---|
| edu.isi.pegasus.planner.cluster | |
| edu.isi.pegasus.planner.refiner | |
| Uses of ClustererException in edu.isi.pegasus.planner.cluster |
|---|
| Methods in edu.isi.pegasus.planner.cluster that throw ClustererException | |
|---|---|
void |
Abstract.determineClusters(Partition partition)
It creates a single clustered job for the partition. |
void |
Horizontal.determineClusters(Partition partition)
Determine the clusters for a partition. |
void |
Clusterer.determineClusters(Partition partition)
Determine the clusters for a partition. |
ADag |
Abstract.getClusteredDAG()
Returns the clustered workflow. |
ADag |
Horizontal.getClusteredDAG()
Returns the clustered workflow. |
ADag |
Clusterer.getClusteredDAG()
Returns the clustered workflow. |
void |
Abstract.initialize(ADag dag,
PegasusBag bag)
Initializes the Clusterer impelementation |
void |
Horizontal.initialize(ADag dag,
PegasusBag bag)
Initializes the Clusterer impelementation |
void |
Clusterer.initialize(ADag dag,
PegasusBag bag)
Initializes the Clusterer impelementation |
abstract List |
Abstract.order(Partition p)
Returns the nodes in the partition as a List in a particular order. |
List |
Vertical.order(Partition p)
Returns the nodes in the partition as a List in the topologically sorted order. |
void |
Abstract.parents(String partitionID,
List parents)
Associates the relations between the partitions with the corresponding relations between the clustered jobs that are created for each Partition. |
void |
Horizontal.parents(String partitionID,
List parents)
Am empty implementation of the callout, as state is maintained internally to determine the relations between the jobs. |
void |
Clusterer.parents(String partitionID,
List parents)
Associates the relations between the partitions with the corresponding relations between the clustered jobs that are created for each Partition. |
| Uses of ClustererException in edu.isi.pegasus.planner.refiner |
|---|
| Methods in edu.isi.pegasus.planner.refiner that throw ClustererException | |
|---|---|
ADag |
NodeCollapser.cluster(ADag dag)
Clusters the jobs in the workflow. |
ADag |
NodeCollapser.cluster(ADag dag,
String type)
Clusters the jobs in the workflow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||