Package | Description |
---|---|
edu.isi.pegasus.planner.cluster | |
edu.isi.pegasus.planner.partitioner |
Modifier and Type | Class and Description |
---|---|
class |
Abstract
An abstract clusterer that the other clusterers can extend.
|
class |
Horizontal
The horizontal clusterer, that clusters jobs on the same level.
|
class |
Vertical
The vertical cluster, that extends the Default clusterer and topologically
sorts the partition before clustering the jobs into aggregated jobs.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private Clusterer |
ClustererCallback.mClusterer
The handle to the clusterer that does the clustering.
|
Modifier and Type | Method and Description |
---|---|
void |
ClustererCallback.initialize(PegasusProperties properties,
Clusterer clusterer)
Initializes the callback.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.