Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
SiteStore.mPlannerOptions |
Modifier and Type | Method and Description |
---|---|
void |
SiteStore.setForPlannerUse(PegasusProperties properties,
PlannerOptions options)
A setter method that is to be set to use getWorkDirectory functions, correctly.
|
Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
PlannerCache.mPOptions
The planner options
|
private PlannerOptions |
PegasusBag.mPOptions
The options passed to the planner.
|
Modifier and Type | Method and Description |
---|---|
PlannerOptions |
PegasusBag.getPlannerOptions()
A convenice method to get PlannerOptions
|
Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
RankDAX.mPlannerOptions
The options to be passed ahead to pegasus plan.
|
private PlannerOptions |
CPlanner.mPOptions
The object containing all the options passed to the Concrete Planner.
|
Modifier and Type | Method and Description |
---|---|
PlannerOptions |
CPlanner.parseCommandLineArguments(java.lang.String[] args)
Parses the command line arguments using GetOpt and returns a
PlannerOptions contains all the options passed by the
user at the command line. |
PlannerOptions |
CPlanner.parseCommandLineArguments(java.lang.String[] args,
boolean sanitizePath)
Parses the command line arguments using GetOpt and returns a
PlannerOptions contains all the options passed by the
user at the command line. |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
CPlanner.determineRootWorkflowUUID(ADag dag,
PlannerOptions options,
PegasusProperties properties)
Determines the workflow uuid for a workflow
|
java.util.Collection<java.io.File> |
CPlanner.executeCommand(PlannerOptions options)
Executes the command on the basis of the options specified.
|
protected java.lang.String |
CPlanner.getDAGFilename(ADag dag,
PlannerOptions options)
Returns the basename of the dag file
|
protected boolean |
CPlanner.handleRescueDAG(ADag dag,
PlannerOptions options)
Checks for rescue dags, and determines whether to plan or not.
|
Modifier and Type | Field and Description |
---|---|
protected PlannerOptions |
Stampede.mPOptions
The object containing the command line options specified to the planner
at runtime.
|
protected PlannerOptions |
DAXReplicaStore.mPOptions
The object containing the command line options specified to the planner
at runtime.
|
protected PlannerOptions |
Abstract.mPOptions
The object containing the command line options specified to the planner
at runtime.
|
protected PlannerOptions |
MonitordNotify.mPOptions
The object containing the command line options specified to the planner
at runtime.
|
protected PlannerOptions |
Braindump.mPOptions
The object containing the command line options specified to the planner
at runtime.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Abstract.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.String |
DAXReplicaStore.getDAXReplicaStoreFile(PlannerOptions options,
java.lang.String label,
java.lang.String index)
Returns the path to the DAX Replica Store File.
|
Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
SUBDAXGenerator.mPegasusPlanOptions
The object containing all the options passed to the Concrete Planner.
|
Modifier and Type | Method and Description |
---|---|
Job |
SUBDAXGenerator.constructPegasusPlanPrescript(Job job,
PlannerOptions options,
java.lang.String rootUUID,
java.lang.String properties,
java.lang.String log)
Constructs the pegasus plan prescript for the subdax
|
boolean |
SUBDAXGenerator.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 directory
|
protected java.lang.String |
SUBDAXGenerator.getCacheFile(PlannerOptions options,
java.lang.String label,
java.lang.String index)
Returns the path to the cache file in a workflow's submit directory
|
protected java.lang.String |
SUBDAXGenerator.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.String |
SUBDAXGenerator.getWorkflowFileBasenamePrefix(PlannerOptions options,
java.lang.String label,
java.lang.String index) |
protected java.lang.String |
SUBDAXGenerator.getWorkflowFileName(PlannerOptions options,
java.lang.String label,
java.lang.String index,
java.lang.String suffix)
Constructs the basename to a workflow file that.
|
Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
Kickstart.mPOptions
The options passed to the planner.
|
protected PlannerOptions |
NoGridStart.mPOptions
The options passed to the planner.
|
protected PlannerOptions |
PegasusLite.mPOptions
The options passed to the planner.
|
Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
UserOptions.mPlannerOpts
The object containing all the
user options.
|
Modifier and Type | Method and Description |
---|---|
PlannerOptions |
UserOptions.getOptions()
Returns the options passed to the planner.
|
Modifier and Type | Method and Description |
---|---|
static UserOptions |
UserOptions.getInstance(PlannerOptions opt)
The method used to invoke the
singleton instance the first
time, from the CPlanner class.
|
void |
PegasusConfiguration.loadConfigurationPropertiesAndOptions(PegasusProperties properties,
PlannerOptions options)
Loads configuration specific properties into PegasusProperties,
and adjusts planner options accordingly.
|
void |
PegasusConfiguration.updateSiteStoreAndOptions(SiteStore store,
PlannerOptions options)
Updates Site Store and options based on the planner options set by the user
on the command line
|
Constructor and Description |
---|
UserOptions(PlannerOptions opt)
The private constructor that initializes the user options.
|
Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
PDAX2MDAG.mPOptions
The object containing the options that were given to the concrete
planner at runtime.
|
Modifier and Type | Method and Description |
---|---|
static Callback |
PDAXCallbackFactory.loadInstance(PegasusProperties properties,
PlannerOptions options,
java.lang.String directory)
Loads the implementing class corresponding to the type specified by the user.
|
static Callback |
PDAXCallbackFactory.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.
|
Constructor and Description |
---|
PDAX2MDAG(java.lang.String directory,
PegasusProperties properties,
PlannerOptions options)
The overloaded constructor.
|
Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
TransferEngine.mPlannerOptions
The planner options passed to the planner
|
protected PlannerOptions |
Engine.mPOptions
Contains the various options to the Planner as passed by the user at
runtime.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicaCatalogBridge.initialize(ADag dag,
PegasusProperties properties,
PlannerOptions options)
Intialises the refiner.
|
Modifier and Type | Field and Description |
---|---|
protected PlannerOptions |
AbstractRefiner.mPOptions
The options passed to the planner at runtime.
|
Modifier and Type | Field and Description |
---|---|
protected PlannerOptions |
Abstract.mPOptions
Contains the various options to the Planner as passed by the user at
runtime.
|
Modifier and Type | Field and Description |
---|---|
protected PlannerOptions |
Condor.mPOptions
The handle to the planner options.
|