Package | Description |
---|---|
edu.isi.pegasus.planner.cluster | |
edu.isi.pegasus.planner.partitioner |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BFS
This does a modified breadth first search of the graph to identify the levels.
|
class |
Horizontal
Horizontal based partitioning scheme, that allows the user to configure the
number of partitions per transformation name per level.
|
class |
Label
This partitioner partitions the DAX into smaller partitions as specified by
the labels associated with the jobs.
|
class |
One2One
This partitioning technique considers each of the job in the dax as a
separate partition.
|
class |
Whole
This partitioning technique considers the whole DAX as a single partition.
|
Modifier and Type | Method and Description |
---|---|
static Partitioner |
PartitionerFactory.loadInstance(PegasusProperties properties,
GraphNode root,
Map graph,
String className)
Loads the implementing class corresponding to the type specified by the user.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.