Uses of Interface
edu.isi.pegasus.planner.partitioner.graph.GraphNodeContent
-
Packages that use GraphNodeContent Package Description edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.partitioner.graph edu.isi.pegasus.planner.refiner.cleanup -
-
Uses of GraphNodeContent in edu.isi.pegasus.planner.classes
Classes in edu.isi.pegasus.planner.classes that implement GraphNodeContent Modifier and Type Class 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. -
Uses of GraphNodeContent in edu.isi.pegasus.planner.partitioner.graph
Subinterfaces of GraphNodeContent in edu.isi.pegasus.planner.partitioner.graph Modifier and Type Interface Description interface
Graph
The interface for the Graph Class.Classes in edu.isi.pegasus.planner.partitioner.graph that implement GraphNodeContent Modifier and Type Class Description class
MapGraph
An implementation of the Graph that is backed by a Map.Fields in edu.isi.pegasus.planner.partitioner.graph declared as GraphNodeContent Modifier and Type Field Description private GraphNodeContent
GraphNode. mContent
The content associated with this node.Methods in edu.isi.pegasus.planner.partitioner.graph that return GraphNodeContent Modifier and Type Method Description GraphNodeContent
GraphNode. getContent()
Returns the content associated with the node.Methods in edu.isi.pegasus.planner.partitioner.graph with parameters of type GraphNodeContent Modifier and Type Method Description void
GraphNode. setContent(GraphNodeContent content)
Sets the content associated with the node.Constructors in edu.isi.pegasus.planner.partitioner.graph with parameters of type GraphNodeContent Constructor Description GraphNode(java.lang.String id, GraphNodeContent content)
The overloaded constructor. -
Uses of GraphNodeContent in edu.isi.pegasus.planner.refiner.cleanup
Classes in edu.isi.pegasus.planner.refiner.cleanup that implement GraphNodeContent Modifier and Type Class Description (package private) class
CleanupJobContent
A container class that is used to hold the contents for a cleanup job
-