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 classADagThis class object contains the info about a Dag.classAggregatedJobThis class holds all the specifics of an aggregated job.classDAGJobThis is a data class that stores the contents of the DAG job in a DAX conforming to schema 3.0 or higher.classDAXJobThis is a data class that stores the contents of the DAX job in a DAX conforming to schema 3.0 or higher.classJobThe object of this class holds the information to generate a submit file about one particular job making the Dag.classTransferJobThis 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 interfaceGraphThe interface for the Graph Class.Classes in edu.isi.pegasus.planner.partitioner.graph that implement GraphNodeContent Modifier and Type Class Description classMapGraphAn 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 GraphNodeContentGraphNode. mContentThe content associated with this node.Methods in edu.isi.pegasus.planner.partitioner.graph that return GraphNodeContent Modifier and Type Method Description GraphNodeContentGraphNode. 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 voidGraphNode. 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) classCleanupJobContentA container class that is used to hold the contents for a cleanup job
-