Uses of Class
edu.isi.pegasus.planner.classes.PegasusBag
-
-
Uses of PegasusBag in edu.isi.pegasus.common.credential
Fields in edu.isi.pegasus.common.credential declared as PegasusBag Modifier and Type Field Description private PegasusBag
CredentialHandlerFactory. mBag
Handle to the PegasusBagMethods in edu.isi.pegasus.common.credential with parameters of type PegasusBag Modifier and Type Method Description void
CredentialHandler. initialize(PegasusBag bag)
Initializes the credential implementation.void
CredentialHandlerFactory. initialize(PegasusBag bag)
Initializes the Factory.private CredentialHandler
CredentialHandlerFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate CredentialHandler using reflection. -
Uses of PegasusBag in edu.isi.pegasus.common.credential.impl
Methods in edu.isi.pegasus.common.credential.impl with parameters of type PegasusBag Modifier and Type Method Description void
Abstract. initialize(PegasusBag bag)
Initializes the credential implementation.void
Irods. initialize(PegasusBag bag)
Initializes the credential implementation.void
Proxy. initialize(PegasusBag bag)
Initializes the credential implementation.void
S3CFG. initialize(PegasusBag bag)
Initializes the credential implementation.void
Ssh. initialize(PegasusBag bag)
Initializes the credential implementation. -
Uses of PegasusBag in edu.isi.pegasus.planner.catalog
Methods in edu.isi.pegasus.planner.catalog with parameters of type PegasusBag Modifier and Type Method Description void
TransformationCatalog. initialize(PegasusBag bag)
Initialize the implementation, and return an instance of the implementation. -
Uses of PegasusBag in edu.isi.pegasus.planner.catalog.site
Methods in edu.isi.pegasus.planner.catalog.site with parameters of type PegasusBag Modifier and Type Method Description static SiteStore
SiteFactory. loadSiteStore(java.util.Collection<java.lang.String> sites, PegasusBag bag)
-
Uses of PegasusBag in edu.isi.pegasus.planner.catalog.site.impl
Fields in edu.isi.pegasus.planner.catalog.site.impl declared as PegasusBag Modifier and Type Field Description private PegasusBag
XML. mBag
The bag of Pegasus Initialization objects -
Uses of PegasusBag in edu.isi.pegasus.planner.catalog.transformation
Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type PegasusBag Modifier and Type Method Description static TransformationCatalog
TransformationFactory. loadInstance(PegasusBag bag)
Connects the interface with the transformation catalog implementation.static Mapper
Mapper. loadTCMapper(java.lang.String className, PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file.Constructors in edu.isi.pegasus.planner.catalog.transformation with parameters of type PegasusBag Constructor Description Mapper(PegasusBag bag)
The private constructor. -
Uses of PegasusBag in edu.isi.pegasus.planner.catalog.transformation.impl
Methods in edu.isi.pegasus.planner.catalog.transformation.impl with parameters of type PegasusBag Modifier and Type Method Description void
Database. initialize(PegasusBag bag)
Initialize the implementation, and return an instance of the implementation.void
File. initialize(PegasusBag bag)
Initialize the implementation, and return an instance of the implementation.void
Text. initialize(PegasusBag bag)
Initialize the implementation, and return an instance of the implementation. -
Uses of PegasusBag in edu.isi.pegasus.planner.catalog.transformation.mapper
Constructors in edu.isi.pegasus.planner.catalog.transformation.mapper with parameters of type PegasusBag Constructor Description All(PegasusBag bag)
The private constructor.Installed(PegasusBag bag)
The protected constructor.Staged(PegasusBag bag)
The protected constructor.Submit(PegasusBag bag)
The protected constructor. -
Uses of PegasusBag in edu.isi.pegasus.planner.classes
Methods in edu.isi.pegasus.planner.classes with parameters of type PegasusBag Modifier and Type Method Description void
PlannerCache. initialize(PegasusBag bag, ADag dag)
Initialize the replica catalog instances that make up the cache. -
Uses of PegasusBag in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as PegasusBag Modifier and Type Field Description private PegasusBag
CPlanner. mBag
The object containing the bag of pegasus objectsprivate PegasusBag
RankDAX. mBag
The bag of objects that Pegasus requires.Methods in edu.isi.pegasus.planner.client with parameters of type PegasusBag Modifier and Type Method Description private void
CPlanner. generateStampedeEventsForAbstractWorkflow(ADag workflow, PegasusBag bag)
Generates events for the abstract workflow. -
Uses of PegasusBag in edu.isi.pegasus.planner.cluster
Methods in edu.isi.pegasus.planner.cluster with parameters of type PegasusBag Modifier and Type Method Description void
Abstract. initialize(ADag dag, PegasusBag bag)
Initializes the Clusterer impelementationvoid
Clusterer. initialize(ADag dag, PegasusBag bag)
Initializes the Clusterer impelementationvoid
Horizontal. initialize(ADag dag, PegasusBag bag)
Initializes the Clusterer impelementationvoid
JobAggregator. initialize(ADag dag, PegasusBag bag)
Initializes the JobAggregator impelementationstatic Clusterer
ClustererFactory. loadClusterer(ADag dag, PegasusBag bag, java.lang.String type)
Loads the appropriate clusterer on the basis of the clustering type specified in the options passed to the planner. -
Uses of PegasusBag in edu.isi.pegasus.planner.cluster.aggregator
Fields in edu.isi.pegasus.planner.cluster.aggregator declared as PegasusBag Modifier and Type Field Description protected PegasusBag
Abstract. mBag
Bag of initialization objects.private PegasusBag
JobAggregatorInstanceFactory. mBag
The bag of initialization objectsMethods in edu.isi.pegasus.planner.cluster.aggregator with parameters of type PegasusBag Modifier and Type Method Description void
Abstract. initialize(ADag dag, PegasusBag bag)
Initializes the JobAggregator impelementationvoid
JobAggregatorInstanceFactory. initialize(ADag dag, PegasusBag bag)
Initializes the Factory.void
MPIExec. initialize(ADag dag, PegasusBag bag)
Initializes the JobAggregator impelementationvoid
SeqExec. initialize(ADag dag, PegasusBag bag)
Initializes the JobAggregator impelementationstatic JobAggregator
JobAggregatorFactory. loadInstance(ADag dag, PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file.static JobAggregator
JobAggregatorFactory. loadInstance(java.lang.String className, ADag dag, PegasusBag bag)
Loads the implementing class corresponding to the class passed. -
Uses of PegasusBag in edu.isi.pegasus.planner.code
Fields in edu.isi.pegasus.planner.code declared as PegasusBag Modifier and Type Field Description private PegasusBag
GridStartFactory. mBag
The bag of objects used for initialization.Methods in edu.isi.pegasus.planner.code with parameters of type PegasusBag Modifier and Type Method Description void
CodeGenerator. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
GridStart. initialize(PegasusBag bag, ADag dag)
Initializes the GridStart implementation.void
GridStartFactory. initialize(PegasusBag bag, ADag dag)
Initializes the factory with known GridStart implementations.private GridStart
GridStartFactory. loadGridStart(PegasusBag bag, ADag dag, java.lang.String className)
Loads the implementing class corresponding to the class.static CodeGenerator
CodeGeneratorFactory. loadInstance(PegasusBag bag)
This method loads the appropriate implementing code generator as specified by the user at runtime.static CodeGenerator
CodeGeneratorFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate code generator as specified by the user at runtime. -
Uses of PegasusBag in edu.isi.pegasus.planner.code.generator
Fields in edu.isi.pegasus.planner.code.generator declared as PegasusBag Modifier and Type Field Description protected PegasusBag
Abstract. mBag
The bag of initialization objects.protected PegasusBag
Braindump. mBag
The bag of initialization objects.protected PegasusBag
DAXReplicaStore. mBag
The bag of initialization objects.protected PegasusBag
MonitordNotify. mBag
The bag of initialization objects.protected PegasusBag
Stampede. mBag
The bag of initialization objects.Methods in edu.isi.pegasus.planner.code.generator with parameters of type PegasusBag Modifier and Type Method Description void
Abstract. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
Braindump. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
DAXReplicaStore. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
Metrics. initialize(PegasusBag bag)
Initializes the objectvoid
MonitordNotify. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
PBS. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
PMC. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
Shell. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
Stampede. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
Stork. initialize(PegasusBag bag)
Initializes the Code Generator implementation. -
Uses of PegasusBag in edu.isi.pegasus.planner.code.generator.condor
Fields in edu.isi.pegasus.planner.code.generator.condor declared as PegasusBag Modifier and Type Field Description private PegasusBag
SUBDAXGenerator. mBag
Bag of Pegasus objectsMethods in edu.isi.pegasus.planner.code.generator.condor with parameters of type PegasusBag Modifier and Type Method Description void
CondorGenerator. initialize(PegasusBag bag)
Initializes the Code Generator implementation.void
CondorStyle. initialize(PegasusBag bag, CredentialHandlerFactory credentialFactory)
Initializes the Code Style implementation.void
CondorStyleFactory. initialize(PegasusBag bag)
Initializes the Factory.void
SUBDAXGenerator. initialize(PegasusBag bag, ADag dag, java.io.PrintWriter dagWriter)
Initializes the class.private CondorStyle
CondorStyleFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate Condor Style using reflection. -
Uses of PegasusBag in edu.isi.pegasus.planner.code.generator.condor.style
Methods in edu.isi.pegasus.planner.code.generator.condor.style with parameters of type PegasusBag Modifier and Type Method Description void
Abstract. initialize(PegasusBag bag, CredentialHandlerFactory credentialFactory)
Initializes the Code Style implementation.void
Condor. initialize(PegasusBag bag, CredentialHandlerFactory credentialFactory)
Initializes the Code Style implementation. -
Uses of PegasusBag in edu.isi.pegasus.planner.code.gridstart
Fields in edu.isi.pegasus.planner.code.gridstart declared as PegasusBag Modifier and Type Field Description private PegasusBag
NoGridStart. mBag
private PegasusBag
PegasusLite. mBag
Methods in edu.isi.pegasus.planner.code.gridstart with parameters of type PegasusBag Modifier and Type Method Description void
Kickstart. initialize(PegasusBag bag, ADag dag)
Initializes the GridStart implementation.void
NoGridStart. initialize(PegasusBag bag, ADag dag)
Initializes the GridStart implementation.void
PegasusLite. initialize(PegasusBag bag, ADag dag)
Initializes the GridStart implementation. -
Uses of PegasusBag in edu.isi.pegasus.planner.parser
Methods in edu.isi.pegasus.planner.parser with parameters of type PegasusBag Modifier and Type Method Description static java.util.Map
DAXParserFactory. getDAXMetadata(PegasusBag bag, java.lang.String dax)
Returns the metadata stored in the root adag element in the DAXstatic java.util.Map
SiteCatalogXMLParserFactory. getMetadata(PegasusBag bag, java.lang.String file)
Returns the metadata stored in the root adag element in the DAXstatic DAXParser
DAXParserFactory. loadDAXParser(PegasusBag bag, Callback c, java.lang.String daxFile)
Loads the appropriate DAXParser looking at the dax schema that is specified in the DAX file.static DAXParser
DAXParserFactory. loadDAXParser(PegasusBag bag, java.lang.String callbackClass, java.lang.String daxFile)
Loads the appropriate DAXParser looking at the dax schema that is specified by the user.static DAXParser
DAXParserFactory. loadDAXParser(java.lang.String classname, PegasusBag bag, Callback c)
Loads the appropriate DAXParser looking at the dax schema that is specified by the user.static Callback
DAXParserFactory. loadDAXParserCallback(PegasusBag bag, java.lang.String dax, java.lang.String className)
Loads the implementing class corresponding to the type specified by the user.static Callback
DAXParserFactory. loadDAXParserCallback(java.lang.String type, PegasusBag bag, java.lang.String dax)
Loads the implementing class corresponding to the type specified by the user.private static SiteCatalogXMLParser
SiteCatalogXMLParserFactory. loadSiteCatalogParser(java.lang.String classname, PegasusBag bag, java.util.List<java.lang.String> sites)
Loads the appropriate Site Catalog Parser looking at the dax schema that is specified by the user.static SiteCatalogXMLParser
SiteCatalogXMLParserFactory. loadSiteCatalogXMLParser(PegasusBag bag, java.lang.String file, java.util.List<java.lang.String> sites)
Loads the appropriate DAXParser looking at the dax schema that is specified by the user.Constructors in edu.isi.pegasus.planner.parser with parameters of type PegasusBag Constructor Description Parser(PegasusBag bag)
Intialises the parser.SiteCatalogXMLMetadataParser(PegasusBag bag, java.lang.String element)
The overloaded constructorSiteCatalogXMLParser3(PegasusBag bag, java.util.List<java.lang.String> sites)
The overloaded constructor.SiteCatalogXMLParser4(PegasusBag bag, java.util.List<java.lang.String> sites)
The overloaded constructor.StackBasedXMLParser(PegasusBag bag)
The overloaded constructor. -
Uses of PegasusBag in edu.isi.pegasus.planner.parser.dax
Methods in edu.isi.pegasus.planner.parser.dax with parameters of type PegasusBag Modifier and Type Method Description void
Callback. initialize(PegasusBag bag, java.lang.String dax)
The overloaded constructor.void
DAX2CDAG. initialize(PegasusBag bag, java.lang.String dax)
The overloaded constructor.void
DAX2Graph. initialize(PegasusBag bag, java.lang.String dax)
The overloaded constructor.void
DAX2LabelGraph. initialize(PegasusBag bag, java.lang.String dax)
The overloaded constructor.void
DAX2Metadata. initialize(PegasusBag bag, java.lang.String dax)
The overloaded constructor.void
DAX2NewGraph. initialize(PegasusBag bag, java.lang.String dax)
The overloaded constructor.void
ExampleDAXCallback. initialize(PegasusBag bag, java.lang.String dax)
The overloaded constructor.Constructors in edu.isi.pegasus.planner.parser.dax with parameters of type PegasusBag Constructor Description DAXParser2(PegasusBag bag)
The default constructorDAXParser3(PegasusBag bag)
The overloaded constructor. -
Uses of PegasusBag in edu.isi.pegasus.planner.ranking
Fields in edu.isi.pegasus.planner.ranking declared as PegasusBag Modifier and Type Field Description private PegasusBag
Rank. mBag
The pegasus bag.Methods in edu.isi.pegasus.planner.ranking with parameters of type PegasusBag Modifier and Type Method Description void
Rank. initialize(PegasusBag bag, java.util.List sites, java.lang.String id)
Initializes the rank client. -
Uses of PegasusBag in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as PegasusBag Modifier and Type Field Description protected PegasusBag
Engine. mBag
The bag of initialization objectsprivate PegasusBag
NodeCollapser. mBag
The bag of initialization objects.Methods in edu.isi.pegasus.planner.refiner that return PegasusBag Modifier and Type Method Description PegasusBag
InterPoolEngine. getPegasusBag()
Returns the bag of intialization objects.PegasusBag
MainEngine. getPegasusBag()
Returns the bag of intialization objects.Methods in edu.isi.pegasus.planner.refiner with parameters of type PegasusBag Modifier and Type Method Description void
ReplicaCatalogBridge. initialize(ADag dag, PegasusBag bag)
Intialises the refiner.static Implementation
CreateDirectory. loadCreateDirectoryImplementationInstance(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime.static Strategy
CreateDirectory. loadCreateDirectoryStraegyInstance(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime.static DeployWorkerPackage
DeployWorkerPackage. loadDeployWorkerPackage(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime.Constructors in edu.isi.pegasus.planner.refiner with parameters of type PegasusBag Constructor Description AuthenticateEngine(PegasusBag bag, java.util.Set pools)
The overloaded constructor.CleanupEngine(PegasusBag bag)
The overloaded constructor.CreateDirectory(PegasusBag bag)
A pratically nothing constructor !DataReuseEngine(ADag orgDag, PegasusBag bag)
The constructorDeployWorkerPackage(PegasusBag bag)
A pratically nothing constructor !Engine(PegasusBag bag)
A pratically nothing constructor !InterPoolEngine(ADag aDag, PegasusBag bag)
Overloaded constructor.InterPoolEngine(PegasusBag bag)
Default constructor.MainEngine(ADag orgDag, PegasusBag bag)
This constructor initialises the class variables to the variables passed.NodeCollapser(PegasusBag bag)
The overloaded constructor.RemoveDirectory(ADag concDag, PegasusBag bag, java.lang.String submitDirectory)
The overloaded constructor that sets the dag for which we have to generated the cleanup dag for.ReplicaCatalogBridge(ADag dag, PegasusBag bag)
The overloaded constructor.TransferEngine(ADag reducedDag, PegasusBag bag, java.util.List<Job> deletedJobs, java.util.List<Job> deletedLeafJobs)
Overloaded constructor. -
Uses of PegasusBag in edu.isi.pegasus.planner.refiner.cleanup
Methods in edu.isi.pegasus.planner.refiner.cleanup with parameters of type PegasusBag Modifier and Type Method Description void
Cleanup. initialize(PegasusBag bag)
Creates a new instance of InPlacevoid
CleanupImplementation. initialize(PegasusBag bag)
Intializes the class.void
CleanupStrategy. initialize(PegasusBag bag, CleanupImplementation impl)
Intializes the class.void
InPlace. initialize(PegasusBag bag, CleanupImplementation impl)
Intializes the class.void
RM. initialize(PegasusBag bag)
Intializes the class.static CleanupImplementation
CleanupFactory. loadCleanupImplementationInstance(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime.static CleanupStrategy
CleanupFactory. loadCleanupStraegyInstance(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime. -
Uses of PegasusBag in edu.isi.pegasus.planner.refiner.createdir
Methods in edu.isi.pegasus.planner.refiner.createdir with parameters of type PegasusBag Modifier and Type Method Description void
AbstractStrategy. initialize(PegasusBag bag, Implementation impl)
Intializes the class.void
DefaultImplementation. initialize(PegasusBag bag)
Intializes the class.void
HourGlass. initialize(PegasusBag bag, Implementation impl)
Intializes the class.void
Implementation. initialize(PegasusBag bag)
Intializes the class.void
Minimal. initialize(PegasusBag bag, Implementation impl)
Intializes the class.void
Strategy. initialize(PegasusBag bag, Implementation impl)
Intializes the class.void
Tentacles. initialize(PegasusBag bag, Implementation impl)
Intializes the class. -
Uses of PegasusBag in edu.isi.pegasus.planner.selector
Methods in edu.isi.pegasus.planner.selector with parameters of type PegasusBag Modifier and Type Method Description void
SiteSelector. initialize(PegasusBag bag)
Initializes the site selector. -
Uses of PegasusBag in edu.isi.pegasus.planner.selector.site
Fields in edu.isi.pegasus.planner.selector.site declared as PegasusBag Modifier and Type Field Description protected PegasusBag
Abstract. mBag
The bag of Pegasus objects.Methods in edu.isi.pegasus.planner.selector.site with parameters of type PegasusBag Modifier and Type Method Description void
Abstract. initialize(PegasusBag bag)
Initializes the site selector.void
Group. initialize(PegasusBag bag)
Initializes the site selector.void
Heft. initialize(PegasusBag bag)
Initializes the site selector.void
NonJavaCallout. initialize(PegasusBag bag)
Initializes the site selector.void
Random. initialize(PegasusBag bag)
Initializes the site selector.static SiteSelector
SiteSelectorFactory. loadInstance(PegasusBag bag)
Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file. -
Uses of PegasusBag in edu.isi.pegasus.planner.selector.site.heft
Constructors in edu.isi.pegasus.planner.selector.site.heft with parameters of type PegasusBag Constructor Description Algorithm(PegasusBag bag)
The default constructor. -
Uses of PegasusBag in edu.isi.pegasus.planner.transfer
Methods in edu.isi.pegasus.planner.transfer with parameters of type PegasusBag Modifier and Type Method Description void
SLS. initialize(PegasusBag bag)
Initializes the SLS implementation.void
MultipleFTPerXFERJobRefiner. loadImplementations(PegasusBag bag)
Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.void
Refiner. loadImplementations(PegasusBag bag)
Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.void
SingleFTPerXFERJobRefiner. loadImplementations(PegasusBag bag)
Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.Constructors in edu.isi.pegasus.planner.transfer with parameters of type PegasusBag Constructor Description AbstractRefiner(ADag dag, PegasusBag bag)
The overloaded constructor.MultipleFTPerXFERJobRefiner(ADag dag, PegasusBag bag)
The overloaded constructor.SingleFTPerXFERJobRefiner(ADag dag, PegasusBag bag)
The overloaded constructor. -
Uses of PegasusBag in edu.isi.pegasus.planner.transfer.implementation
Methods in edu.isi.pegasus.planner.transfer.implementation with parameters of type PegasusBag Modifier and Type Method Description static Implementation
ImplementationFactory. loadInstance(PegasusBag bag, int type)
Loads the implementing class corresponding to the type specified by the user.private static Implementation
ImplementationFactory. loadInstance(java.lang.String className, PegasusBag bag)
Loads the implementing class corresponding to the class.Constructors in edu.isi.pegasus.planner.transfer.implementation with parameters of type PegasusBag Constructor Description Abstract(PegasusBag bag)
The overloaded constructor, that is called by the Factory to load the class.AbstractMultipleFTPerXFERJob(PegasusBag bag)
The overloaded constructor, that is called by the Factory to load the class.AbstractSingleFTPerXFERJob(PegasusBag bag)
The overloaded constructor, that is called by the Factory to load the class.GUC(PegasusBag bag)
The overloaded constructor, that is called by the Factory to load the class.Stork(PegasusBag bag)
The overloaded constructor, that is called by the Factory to load the class.T2(PegasusBag bag)
The overloaded constructor, that is called by the Factory to load the class.TPTGUC(PegasusBag bag)
The overloaded constructor, that is called by the Factory to load the class.Transfer(PegasusBag bag)
The overloaded constructor, that is called by the Factory to load the class. -
Uses of PegasusBag in edu.isi.pegasus.planner.transfer.mapper
Methods in edu.isi.pegasus.planner.transfer.mapper with parameters of type PegasusBag Modifier and Type Method Description void
OutputMapper. initialize(PegasusBag bag, ADag workflow)
Initializes the mappers.static OutputMapper
OutputMapperFactory. loadInstance(ADag dag, PegasusBag bag)
Loads the implementing class corresponding to the value specified in the properties.static OutputMapper
OutputMapperFactory. loadInstance(java.lang.String className, PegasusBag bag, ADag dag)
Loads the implementing class corresponding to the class. -
Uses of PegasusBag in edu.isi.pegasus.planner.transfer.mapper.impl
Methods in edu.isi.pegasus.planner.transfer.mapper.impl with parameters of type PegasusBag Modifier and Type Method Description void
AbstractFileFactoryBasedMapper. initialize(PegasusBag bag, ADag workflow)
Initializes the mappers.void
Fixed. initialize(PegasusBag bag, ADag workflow)
Initializes the mappers.void
Flat. initialize(PegasusBag bag, ADag workflow)
Initializes the mappers.void
Hashed. initialize(PegasusBag bag, ADag workflow)
Initializes the mappers.void
Replica. initialize(PegasusBag bag, ADag workflow)
Initializes the mappers.abstract org.griphyn.vdl.euryale.FileFactory
AbstractFileFactoryBasedMapper. instantiateFileFactory(PegasusBag bag, ADag workflow)
Method that instantiates the FileFactoryorg.griphyn.vdl.euryale.FileFactory
Flat. instantiateFileFactory(PegasusBag bag, ADag workflow)
Instantiates a Flat File Factory and returns it.org.griphyn.vdl.euryale.FileFactory
Hashed. instantiateFileFactory(PegasusBag bag, ADag workflow)
Method that instantiates the FileFactory -
Uses of PegasusBag in edu.isi.pegasus.planner.transfer.refiner
Methods in edu.isi.pegasus.planner.transfer.refiner with parameters of type PegasusBag Modifier and Type Method Description static Refiner
RefinerFactory. loadInstance(ADag dag, PegasusBag bag)
Loads the implementing class corresponding to the value specified in the properties.static Refiner
RefinerFactory. loadInstance(java.lang.String className, PegasusBag bag, ADag dag)
Loads the implementing class corresponding to the class.Constructors in edu.isi.pegasus.planner.transfer.refiner with parameters of type PegasusBag Constructor Description BalancedCluster(ADag dag, PegasusBag bag)
The overloaded constructor.Basic(ADag dag, PegasusBag bag)
The overloaded constructor.Bundle(ADag dag, PegasusBag bag)
The overloaded constructor.Chain(ADag dag, PegasusBag bag)
The overloaded constructor.Cluster(ADag dag, PegasusBag bag)
The overloaded constructor.Empty(ADag dag, PegasusBag bag)
The overloaded constructor. -
Uses of PegasusBag in edu.isi.pegasus.planner.transfer.sls
Methods in edu.isi.pegasus.planner.transfer.sls with parameters of type PegasusBag Modifier and Type Method Description void
Condor. initialize(PegasusBag bag)
Initializes the SLS implementation.void
Transfer. initialize(PegasusBag bag)
Initializes the SLS implementation.static SLS
SLSFactory. loadInstance(PegasusBag bag)
This method loads the appropriate implementing code generator as specified by the user at runtime.static SLS
SLSFactory. loadInstance(PegasusBag bag, java.lang.String className)
This method loads the appropriate code generator as specified by the user at runtime.
-