Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.partitioner.graph | |
edu.isi.pegasus.planner.refiner.cleanup |
Modifier and Type | Class and Description |
---|---|
class |
ADag
This class object contains the info about a Dag.
|
class |
AggregatedJob
This class holds all the specifics of an aggregated job.
|
class |
DAGJob
This is a data class that stores the contents of the DAG job in a DAX conforming
to schema 3.0 or higher.
|
class |
DAXJob
This is a data class that stores the contents of the DAX job in a DAX conforming
to schema 3.0 or higher.
|
class |
Job
The object of this class holds the information to generate a submit file about
one particular job making the Dag.
|
class |
TransferJob
This is a data class that stores the contents of the transfer job that
transfers the data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Graph
The interface for the Graph Class.
|
Modifier and Type | Class and Description |
---|---|
class |
MapGraph
An implementation of the Graph that is backed by a Map.
|
Modifier and Type | Field and Description |
---|---|
private GraphNodeContent |
GraphNode.mContent
The content associated with this node.
|
Modifier and Type | Method and Description |
---|---|
GraphNodeContent |
GraphNode.getContent()
Returns the content associated with the node.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphNode.setContent(GraphNodeContent content)
Sets the content associated with the node.
|
Constructor and Description |
---|
GraphNode(java.lang.String id,
GraphNodeContent content)
The overloaded constructor.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CleanupJobContent
A container class that is used to hold the contents for a cleanup job
|