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 PegasusBagCredentialHandlerFactory. mBagHandle to the PegasusBagMethods in edu.isi.pegasus.common.credential with parameters of type PegasusBag Modifier and Type Method Description voidCredentialHandler. initialize(PegasusBag bag)Initializes the credential implementation.voidCredentialHandlerFactory. initialize(PegasusBag bag)Initializes the Factory.private CredentialHandlerCredentialHandlerFactory. 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 voidAbstract. initialize(PegasusBag bag)Initializes the credential implementation.voidIrods. initialize(PegasusBag bag)Initializes the credential implementation.voidProxy. initialize(PegasusBag bag)Initializes the credential implementation.voidS3CFG. initialize(PegasusBag bag)Initializes the credential implementation.voidSsh. 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 voidTransformationCatalog. 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 SiteStoreSiteFactory. 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 PegasusBagXML. mBagThe 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 TransformationCatalogTransformationFactory. loadInstance(PegasusBag bag)Connects the interface with the transformation catalog implementation.static MapperMapper. 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 voidDatabase. initialize(PegasusBag bag)Initialize the implementation, and return an instance of the implementation.voidFile. initialize(PegasusBag bag)Initialize the implementation, and return an instance of the implementation.voidText. 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 voidPlannerCache. 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 PegasusBagCPlanner. mBagThe object containing the bag of pegasus objectsprivate PegasusBagRankDAX. mBagThe bag of objects that Pegasus requires.Methods in edu.isi.pegasus.planner.client with parameters of type PegasusBag Modifier and Type Method Description private voidCPlanner. 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 voidAbstract. initialize(ADag dag, PegasusBag bag)Initializes the Clusterer impelementationvoidClusterer. initialize(ADag dag, PegasusBag bag)Initializes the Clusterer impelementationvoidHorizontal. initialize(ADag dag, PegasusBag bag)Initializes the Clusterer impelementationvoidJobAggregator. initialize(ADag dag, PegasusBag bag)Initializes the JobAggregator impelementationstatic ClustererClustererFactory. 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 PegasusBagAbstract. mBagBag of initialization objects.private PegasusBagJobAggregatorInstanceFactory. mBagThe bag of initialization objectsMethods in edu.isi.pegasus.planner.cluster.aggregator with parameters of type PegasusBag Modifier and Type Method Description voidAbstract. initialize(ADag dag, PegasusBag bag)Initializes the JobAggregator impelementationvoidJobAggregatorInstanceFactory. initialize(ADag dag, PegasusBag bag)Initializes the Factory.voidMPIExec. initialize(ADag dag, PegasusBag bag)Initializes the JobAggregator impelementationvoidSeqExec. initialize(ADag dag, PegasusBag bag)Initializes the JobAggregator impelementationstatic JobAggregatorJobAggregatorFactory. loadInstance(ADag dag, PegasusBag bag)Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file.static JobAggregatorJobAggregatorFactory. 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 PegasusBagGridStartFactory. mBagThe bag of objects used for initialization.Methods in edu.isi.pegasus.planner.code with parameters of type PegasusBag Modifier and Type Method Description voidCodeGenerator. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidGridStart. initialize(PegasusBag bag, ADag dag)Initializes the GridStart implementation.voidGridStartFactory. initialize(PegasusBag bag, ADag dag)Initializes the factory with known GridStart implementations.private GridStartGridStartFactory. loadGridStart(PegasusBag bag, ADag dag, java.lang.String className)Loads the implementing class corresponding to the class.static CodeGeneratorCodeGeneratorFactory. loadInstance(PegasusBag bag)This method loads the appropriate implementing code generator as specified by the user at runtime.static CodeGeneratorCodeGeneratorFactory. 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 PegasusBagAbstract. mBagThe bag of initialization objects.protected PegasusBagBraindump. mBagThe bag of initialization objects.protected PegasusBagDAXReplicaStore. mBagThe bag of initialization objects.protected PegasusBagMonitordNotify. mBagThe bag of initialization objects.protected PegasusBagStampede. mBagThe bag of initialization objects.Methods in edu.isi.pegasus.planner.code.generator with parameters of type PegasusBag Modifier and Type Method Description voidAbstract. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidBraindump. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidDAXReplicaStore. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidMetrics. initialize(PegasusBag bag)Initializes the objectvoidMonitordNotify. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidPBS. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidPMC. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidShell. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidStampede. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidStork. 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 PegasusBagSUBDAXGenerator. mBagBag of Pegasus objectsMethods in edu.isi.pegasus.planner.code.generator.condor with parameters of type PegasusBag Modifier and Type Method Description voidCondorGenerator. initialize(PegasusBag bag)Initializes the Code Generator implementation.voidCondorStyle. initialize(PegasusBag bag, CredentialHandlerFactory credentialFactory)Initializes the Code Style implementation.voidCondorStyleFactory. initialize(PegasusBag bag)Initializes the Factory.voidSUBDAXGenerator. initialize(PegasusBag bag, ADag dag, java.io.PrintWriter dagWriter)Initializes the class.private CondorStyleCondorStyleFactory. 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 voidAbstract. initialize(PegasusBag bag, CredentialHandlerFactory credentialFactory)Initializes the Code Style implementation.voidCondor. 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 PegasusBagNoGridStart. mBagprivate PegasusBagPegasusLite. mBagMethods in edu.isi.pegasus.planner.code.gridstart with parameters of type PegasusBag Modifier and Type Method Description voidKickstart. initialize(PegasusBag bag, ADag dag)Initializes the GridStart implementation.voidNoGridStart. initialize(PegasusBag bag, ADag dag)Initializes the GridStart implementation.voidPegasusLite. 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.MapDAXParserFactory. getDAXMetadata(PegasusBag bag, java.lang.String dax)Returns the metadata stored in the root adag element in the DAXstatic java.util.MapSiteCatalogXMLParserFactory. getMetadata(PegasusBag bag, java.lang.String file)Returns the metadata stored in the root adag element in the DAXstatic DAXParserDAXParserFactory. 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 DAXParserDAXParserFactory. 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 DAXParserDAXParserFactory. 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 CallbackDAXParserFactory. loadDAXParserCallback(PegasusBag bag, java.lang.String dax, java.lang.String className)Loads the implementing class corresponding to the type specified by the user.static CallbackDAXParserFactory. 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 SiteCatalogXMLParserSiteCatalogXMLParserFactory. 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 SiteCatalogXMLParserSiteCatalogXMLParserFactory. 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 voidCallback. initialize(PegasusBag bag, java.lang.String dax)The overloaded constructor.voidDAX2CDAG. initialize(PegasusBag bag, java.lang.String dax)The overloaded constructor.voidDAX2Graph. initialize(PegasusBag bag, java.lang.String dax)The overloaded constructor.voidDAX2LabelGraph. initialize(PegasusBag bag, java.lang.String dax)The overloaded constructor.voidDAX2Metadata. initialize(PegasusBag bag, java.lang.String dax)The overloaded constructor.voidDAX2NewGraph. initialize(PegasusBag bag, java.lang.String dax)The overloaded constructor.voidExampleDAXCallback. 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 PegasusBagRank. mBagThe pegasus bag.Methods in edu.isi.pegasus.planner.ranking with parameters of type PegasusBag Modifier and Type Method Description voidRank. 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 PegasusBagEngine. mBagThe bag of initialization objectsprivate PegasusBagNodeCollapser. mBagThe bag of initialization objects.Methods in edu.isi.pegasus.planner.refiner that return PegasusBag Modifier and Type Method Description PegasusBagInterPoolEngine. getPegasusBag()Returns the bag of intialization objects.PegasusBagMainEngine. getPegasusBag()Returns the bag of intialization objects.Methods in edu.isi.pegasus.planner.refiner with parameters of type PegasusBag Modifier and Type Method Description voidReplicaCatalogBridge. initialize(ADag dag, PegasusBag bag)Intialises the refiner.static ImplementationCreateDirectory. loadCreateDirectoryImplementationInstance(PegasusBag bag)Loads the implementing class corresponding to the mode specified by the user at runtime.static StrategyCreateDirectory. loadCreateDirectoryStraegyInstance(PegasusBag bag)Loads the implementing class corresponding to the mode specified by the user at runtime.static DeployWorkerPackageDeployWorkerPackage. 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 voidCleanup. initialize(PegasusBag bag)Creates a new instance of InPlacevoidCleanupImplementation. initialize(PegasusBag bag)Intializes the class.voidCleanupStrategy. initialize(PegasusBag bag, CleanupImplementation impl)Intializes the class.voidInPlace. initialize(PegasusBag bag, CleanupImplementation impl)Intializes the class.voidRM. initialize(PegasusBag bag)Intializes the class.static CleanupImplementationCleanupFactory. loadCleanupImplementationInstance(PegasusBag bag)Loads the implementing class corresponding to the mode specified by the user at runtime.static CleanupStrategyCleanupFactory. 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 voidAbstractStrategy. initialize(PegasusBag bag, Implementation impl)Intializes the class.voidDefaultImplementation. initialize(PegasusBag bag)Intializes the class.voidHourGlass. initialize(PegasusBag bag, Implementation impl)Intializes the class.voidImplementation. initialize(PegasusBag bag)Intializes the class.voidMinimal. initialize(PegasusBag bag, Implementation impl)Intializes the class.voidStrategy. initialize(PegasusBag bag, Implementation impl)Intializes the class.voidTentacles. 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 voidSiteSelector. 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 PegasusBagAbstract. mBagThe bag of Pegasus objects.Methods in edu.isi.pegasus.planner.selector.site with parameters of type PegasusBag Modifier and Type Method Description voidAbstract. initialize(PegasusBag bag)Initializes the site selector.voidGroup. initialize(PegasusBag bag)Initializes the site selector.voidHeft. initialize(PegasusBag bag)Initializes the site selector.voidNonJavaCallout. initialize(PegasusBag bag)Initializes the site selector.voidRandom. initialize(PegasusBag bag)Initializes the site selector.static SiteSelectorSiteSelectorFactory. 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 voidSLS. initialize(PegasusBag bag)Initializes the SLS implementation.voidMultipleFTPerXFERJobRefiner. loadImplementations(PegasusBag bag)Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.voidRefiner. loadImplementations(PegasusBag bag)Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.voidSingleFTPerXFERJobRefiner. 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 ImplementationImplementationFactory. loadInstance(PegasusBag bag, int type)Loads the implementing class corresponding to the type specified by the user.private static ImplementationImplementationFactory. 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 voidOutputMapper. initialize(PegasusBag bag, ADag workflow)Initializes the mappers.static OutputMapperOutputMapperFactory. loadInstance(ADag dag, PegasusBag bag)Loads the implementing class corresponding to the value specified in the properties.static OutputMapperOutputMapperFactory. 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 voidAbstractFileFactoryBasedMapper. initialize(PegasusBag bag, ADag workflow)Initializes the mappers.voidFixed. initialize(PegasusBag bag, ADag workflow)Initializes the mappers.voidFlat. initialize(PegasusBag bag, ADag workflow)Initializes the mappers.voidHashed. initialize(PegasusBag bag, ADag workflow)Initializes the mappers.voidReplica. initialize(PegasusBag bag, ADag workflow)Initializes the mappers.abstract org.griphyn.vdl.euryale.FileFactoryAbstractFileFactoryBasedMapper. instantiateFileFactory(PegasusBag bag, ADag workflow)Method that instantiates the FileFactoryorg.griphyn.vdl.euryale.FileFactoryFlat. instantiateFileFactory(PegasusBag bag, ADag workflow)Instantiates a Flat File Factory and returns it.org.griphyn.vdl.euryale.FileFactoryHashed. 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 RefinerRefinerFactory. loadInstance(ADag dag, PegasusBag bag)Loads the implementing class corresponding to the value specified in the properties.static RefinerRefinerFactory. 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 voidCondor. initialize(PegasusBag bag)Initializes the SLS implementation.voidTransfer. initialize(PegasusBag bag)Initializes the SLS implementation.static SLSSLSFactory. loadInstance(PegasusBag bag)This method loads the appropriate implementing code generator as specified by the user at runtime.static SLSSLSFactory. loadInstance(PegasusBag bag, java.lang.String className)This method loads the appropriate code generator as specified by the user at runtime.
-