Uses of Class
edu.isi.pegasus.planner.classes.PlannerOptions
-
-
Uses of PlannerOptions in edu.isi.pegasus.planner.catalog.site.classes
Fields in edu.isi.pegasus.planner.catalog.site.classes declared as PlannerOptions Modifier and Type Field Description private PlannerOptionsSiteStore. mPlannerOptionsMethods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type PlannerOptions Modifier and Type Method Description voidSiteStore. setForPlannerUse(PegasusProperties properties, PlannerOptions options)A setter method that is to be set to use getWorkDirectory functions, correctly. -
Uses of PlannerOptions in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as PlannerOptions Modifier and Type Field Description private PlannerOptionsPegasusBag. mPOptionsThe options passed to the planner.private PlannerOptionsPlannerCache. mPOptionsThe planner optionsMethods in edu.isi.pegasus.planner.classes that return PlannerOptions Modifier and Type Method Description PlannerOptionsPegasusBag. getPlannerOptions()A convenice method to get PlannerOptions -
Uses of PlannerOptions in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as PlannerOptions Modifier and Type Field Description private PlannerOptionsRankDAX. mPlannerOptionsThe options to be passed ahead to pegasus plan.private PlannerOptionsCPlanner. mPOptionsThe object containing all the options passed to the Concrete Planner.Methods in edu.isi.pegasus.planner.client that return PlannerOptions Modifier and Type Method Description PlannerOptionsCPlanner. parseCommandLineArguments(java.lang.String[] args)Parses the command line arguments using GetOpt and returns aPlannerOptionscontains all the options passed by the user at the command line.PlannerOptionsCPlanner. parseCommandLineArguments(java.lang.String[] args, boolean sanitizePath)Parses the command line arguments using GetOpt and returns aPlannerOptionscontains all the options passed by the user at the command line.Methods in edu.isi.pegasus.planner.client with parameters of type PlannerOptions Modifier and Type Method Description private java.lang.StringCPlanner. determineRootWorkflowUUID(ADag dag, PlannerOptions options, PegasusProperties properties)Determines the workflow uuid for a workflowjava.util.Collection<java.io.File>CPlanner. executeCommand(PlannerOptions options)Executes the command on the basis of the options specified.protected java.lang.StringCPlanner. getDAGFilename(ADag dag, PlannerOptions options)Returns the basename of the dag fileprotected booleanCPlanner. handleRescueDAG(ADag dag, PlannerOptions options)Checks for rescue dags, and determines whether to plan or not. -
Uses of PlannerOptions in edu.isi.pegasus.planner.code.generator
Fields in edu.isi.pegasus.planner.code.generator declared as PlannerOptions Modifier and Type Field Description protected PlannerOptionsAbstract. mPOptionsThe object containing the command line options specified to the planner at runtime.protected PlannerOptionsBraindump. mPOptionsThe object containing the command line options specified to the planner at runtime.protected PlannerOptionsDAXReplicaStore. mPOptionsThe object containing the command line options specified to the planner at runtime.protected PlannerOptionsMonitordNotify. mPOptionsThe object containing the command line options specified to the planner at runtime.protected PlannerOptionsStampede. mPOptionsThe object containing the command line options specified to the planner at runtime.Methods in edu.isi.pegasus.planner.code.generator with parameters of type PlannerOptions Modifier and Type Method Description static java.lang.StringAbstract. getDAGFilename(PlannerOptions options, java.lang.String name, java.lang.String index, java.lang.String suffix)Returns the name of the file on the basis of the metadata associated with the DAG.static java.lang.StringDAXReplicaStore. getDAXReplicaStoreFile(PlannerOptions options, java.lang.String label, java.lang.String index)Returns the path to the DAX Replica Store File. -
Uses of PlannerOptions in edu.isi.pegasus.planner.code.generator.condor
Fields in edu.isi.pegasus.planner.code.generator.condor declared as PlannerOptions Modifier and Type Field Description private PlannerOptionsSUBDAXGenerator. mPegasusPlanOptionsThe object containing all the options passed to the Concrete Planner.Methods in edu.isi.pegasus.planner.code.generator.condor with parameters of type PlannerOptions Modifier and Type Method Description JobSUBDAXGenerator. constructPegasusPlanPrescript(Job job, PlannerOptions options, java.lang.String rootUUID, java.lang.String properties, java.lang.String log)Constructs the pegasus plan prescript for the subdaxbooleanSUBDAXGenerator. createSymbolicLinktoCacheFile(PlannerOptions options, java.lang.String label, java.lang.String index)Creates a symbolic link to the DAX file in a dax sub directory in the submit directoryprotected java.lang.StringSUBDAXGenerator. getCacheFile(PlannerOptions options, java.lang.String label, java.lang.String index)Returns the path to the cache file in a workflow's submit directoryprotected java.lang.StringSUBDAXGenerator. getCacheFileName(PlannerOptions options, java.lang.String label, java.lang.String index)Constructs the basename to the cache file that is to be used to log the transient files.protected java.lang.StringSUBDAXGenerator. getWorkflowFileBasenamePrefix(PlannerOptions options, java.lang.String label, java.lang.String index)protected java.lang.StringSUBDAXGenerator. getWorkflowFileName(PlannerOptions options, java.lang.String label, java.lang.String index, java.lang.String suffix)Constructs the basename to a workflow file that. -
Uses of PlannerOptions in edu.isi.pegasus.planner.code.gridstart
Fields in edu.isi.pegasus.planner.code.gridstart declared as PlannerOptions Modifier and Type Field Description private PlannerOptionsKickstart. mPOptionsThe options passed to the planner.protected PlannerOptionsNoGridStart. mPOptionsThe options passed to the planner.protected PlannerOptionsPegasusLite. mPOptionsThe options passed to the planner. -
Uses of PlannerOptions in edu.isi.pegasus.planner.common
Fields in edu.isi.pegasus.planner.common declared as PlannerOptions Modifier and Type Field Description private PlannerOptionsUserOptions. mPlannerOptsThe object containing all the user options.Methods in edu.isi.pegasus.planner.common that return PlannerOptions Modifier and Type Method Description PlannerOptionsUserOptions. getOptions()Returns the options passed to the planner.Methods in edu.isi.pegasus.planner.common with parameters of type PlannerOptions Modifier and Type Method Description static UserOptionsUserOptions. getInstance(PlannerOptions opt)The method used to invoke the singleton instance the first time, from the CPlanner class.voidPegasusConfiguration. loadConfigurationPropertiesAndOptions(PegasusProperties properties, PlannerOptions options)Loads configuration specific properties into PegasusProperties, and adjusts planner options accordingly.voidPegasusConfiguration. updateSiteStoreAndOptions(SiteStore store, PlannerOptions options)Updates Site Store and options based on the planner options set by the user on the command lineConstructors in edu.isi.pegasus.planner.common with parameters of type PlannerOptions Constructor Description UserOptions(PlannerOptions opt)The private constructor that initializes the user options. -
Uses of PlannerOptions in edu.isi.pegasus.planner.parser.pdax
Fields in edu.isi.pegasus.planner.parser.pdax declared as PlannerOptions Modifier and Type Field Description private PlannerOptionsPDAX2MDAG. mPOptionsThe object containing the options that were given to the concrete planner at runtime.Methods in edu.isi.pegasus.planner.parser.pdax with parameters of type PlannerOptions Modifier and Type Method Description static CallbackPDAXCallbackFactory. loadInstance(PegasusProperties properties, PlannerOptions options, java.lang.String directory)Loads the implementing class corresponding to the type specified by the user.static CallbackPDAXCallbackFactory. loadInstance(PegasusProperties properties, PlannerOptions options, java.lang.String directory, java.lang.String className)Loads the implementing class corresponding to the type specified by the user.Constructors in edu.isi.pegasus.planner.parser.pdax with parameters of type PlannerOptions Constructor Description PDAX2MDAG(java.lang.String directory, PegasusProperties properties, PlannerOptions options)The overloaded constructor. -
Uses of PlannerOptions in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as PlannerOptions Modifier and Type Field Description private PlannerOptionsTransferEngine. mPlannerOptionsThe planner options passed to the plannerprotected PlannerOptionsEngine. mPOptionsContains the various options to the Planner as passed by the user at runtime.Methods in edu.isi.pegasus.planner.refiner with parameters of type PlannerOptions Modifier and Type Method Description voidReplicaCatalogBridge. initialize(ADag dag, PegasusProperties properties, PlannerOptions options)Intialises the refiner. -
Uses of PlannerOptions in edu.isi.pegasus.planner.transfer
Fields in edu.isi.pegasus.planner.transfer declared as PlannerOptions Modifier and Type Field Description protected PlannerOptionsAbstractRefiner. mPOptionsThe options passed to the planner at runtime. -
Uses of PlannerOptions in edu.isi.pegasus.planner.transfer.implementation
Fields in edu.isi.pegasus.planner.transfer.implementation declared as PlannerOptions Modifier and Type Field Description protected PlannerOptionsAbstract. mPOptionsContains the various options to the Planner as passed by the user at runtime. -
Uses of PlannerOptions in edu.isi.pegasus.planner.transfer.sls
Fields in edu.isi.pegasus.planner.transfer.sls declared as PlannerOptions Modifier and Type Field Description protected PlannerOptionsCondor. mPOptionsThe handle to the planner options.
-