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 |
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(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(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 String |
CPlanner.determineRootWorkflowUUID(ADag dag,
PlannerOptions options,
PegasusProperties properties)
Determines the workflow uuid for a workflow
|
protected void |
CPlanner.doPartitionAndPlan(PegasusProperties properties,
PlannerOptions options)
Partitions and plans the workflow.
|
Collection<File> |
CPlanner.executeCommand(PlannerOptions options)
Executes the command on the basis of the options specified.
|
protected 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 |
Braindump.mPOptions
The object containing the command line options specified to the planner
at runtime.
|
protected PlannerOptions |
Stampede.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 |
Metrics.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.
|
Modifier and Type | Method and Description |
---|---|
static String |
Abstract.getDAGFilename(PlannerOptions options,
String name,
String index,
String suffix)
Returns the name of the file on the basis of the metadata associated
with the DAG.
|
static String |
DAXReplicaStore.getDAXReplicaStoreFile(PlannerOptions options,
String label,
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 |
---|---|
String |
SUBDAXGenerator.constructPegasusPlanPrescript(Job job,
PlannerOptions options,
String rootUUID,
String properties,
String log)
Constructs the pegasus plan prescript for the subdax
|
boolean |
SUBDAXGenerator.createSymbolicLinktoCacheFile(PlannerOptions options,
String label,
String index)
Creates a symbolic link to the DAX file in a dax sub directory in the
submit directory
|
protected String |
SUBDAXGenerator.getCacheFileName(PlannerOptions options,
String label,
String index)
Constructs the basename to the cache file that is to be used
to log the transient files.
|
protected String |
SUBDAXGenerator.getWorkflowFileName(PlannerOptions options,
String label,
String index,
String suffix)
Constructs the basename to a workflow file that.
|
Modifier and Type | Field and Description |
---|---|
protected PlannerOptions |
NoGridStart.mPOptions
The options passed to the planner.
|
protected PlannerOptions |
PegasusLite.mPOptions
The options passed to the planner.
|
private PlannerOptions |
Kickstart.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.
|
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,
String directory)
Loads the implementing class corresponding to the type specified by the user.
|
static Callback |
PDAXCallbackFactory.loadInstance(PegasusProperties properties,
PlannerOptions options,
String directory,
String className)
Loads the implementing class corresponding to the type specified by the user.
|
Constructor and Description |
---|
PDAX2MDAG(String directory,
PegasusProperties properties,
PlannerOptions options)
The overloaded constructor.
|
Modifier and Type | Field and Description |
---|---|
private PlannerOptions |
PartitionAndPlan.mPegasusPlanOptions
The object containing all the options passed to the Concrete Planner.
|
Modifier and Type | Method and Description |
---|---|
Collection<File> |
PartitionAndPlan.doPartitionAndPlan(PegasusProperties properties,
PlannerOptions options)
Partitions and plans the workflow.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.