Uses of Class
org.griphyn.cPlanner.classes.PlannerOptions

Packages that use PlannerOptions
org.griphyn.cPlanner.classes   
org.griphyn.cPlanner.code.generator   
org.griphyn.cPlanner.code.gridstart   
org.griphyn.cPlanner.common   
org.griphyn.cPlanner.engine   
org.griphyn.cPlanner.engine.cleanup   
org.griphyn.cPlanner.parser.pdax   
org.griphyn.cPlanner.toolkit   
org.griphyn.cPlanner.transfer   
org.griphyn.cPlanner.transfer.implementation   
org.griphyn.cPlanner.transfer.refiner   
org.griphyn.cPlanner.transfer.sls   
 

Uses of PlannerOptions in org.griphyn.cPlanner.classes
 

Fields in org.griphyn.cPlanner.classes declared as PlannerOptions
private  PlannerOptions PegasusBag.mPOptions
          The options passed to the planner.
 

Methods in org.griphyn.cPlanner.classes that return PlannerOptions
 PlannerOptions PegasusBag.getPlannerOptions()
          A convenice method to get PlannerOptions
 

Uses of PlannerOptions in org.griphyn.cPlanner.code.generator
 

Fields in org.griphyn.cPlanner.code.generator declared as PlannerOptions
protected  PlannerOptions Abstract.mPOptions
          The object containing the command line options specified to the planner at runtime.
 

Uses of PlannerOptions in org.griphyn.cPlanner.code.gridstart
 

Fields in org.griphyn.cPlanner.code.gridstart declared as PlannerOptions
private  PlannerOptions NoGridStart.mPOptions
          The options passed to the planner.
private  PlannerOptions Kickstart.mPOptions
          The options passed to the planner.
 

Uses of PlannerOptions in org.griphyn.cPlanner.common
 

Fields in org.griphyn.cPlanner.common declared as PlannerOptions
private  PlannerOptions UserOptions.mPlannerOpts
          The object containing all the user options.
 

Methods in org.griphyn.cPlanner.common that return PlannerOptions
 PlannerOptions UserOptions.getOptions()
          Returns the options passed to the planner.
 

Methods in org.griphyn.cPlanner.common with parameters of type PlannerOptions
static UserOptions UserOptions.getInstance(PlannerOptions opt)
          The method used to invoke the singleton instance the first time, from the CPlanner class.
 

Constructors in org.griphyn.cPlanner.common with parameters of type PlannerOptions
UserOptions(PlannerOptions opt)
          The private constructor that initializes the user options.
 

Uses of PlannerOptions in org.griphyn.cPlanner.engine
 

Fields in org.griphyn.cPlanner.engine declared as PlannerOptions
protected  PlannerOptions Engine.mPOptions
          Contains the various options to the Planner as passed by the user at runtime.
private  PlannerOptions ReplicaCatalogBridge.mPOptions
          Contains the various options to the Planner as passed by the user at runtime.
 

Methods in org.griphyn.cPlanner.engine with parameters of type PlannerOptions
 void ReplicaCatalogBridge.initialize(ADag dag, PegasusProperties properties, PlannerOptions options)
          Intialises the refiner.
 

Constructors in org.griphyn.cPlanner.engine with parameters of type PlannerOptions
CleanupEngine(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
InterPoolEngine(ADag aDag, PegasusProperties props, PlannerOptions options)
          Overloaded constructor.
MainEngine(ADag orgDag, PegasusProperties props, PlannerOptions options)
          This constructor initialises the class variables to the variables passed.
ReductionEngine(ADag orgDag, PegasusProperties properties, PlannerOptions options)
          The constructor
ReplicaCatalogBridge(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
TransferEngine(ADag reducedDag, Vector vDelLJobs, PegasusProperties properties, PlannerOptions options)
          Overloaded constructor.
 

Uses of PlannerOptions in org.griphyn.cPlanner.engine.cleanup
 

Constructors in org.griphyn.cPlanner.engine.cleanup with parameters of type PlannerOptions
Cleanup(PegasusProperties properties, PlannerOptions options)
          Creates a new instance of InPlace
InPlace(PegasusProperties properties, PlannerOptions options)
          Creates a new instance of InPlace
RM(PegasusProperties properties, PlannerOptions options)
          Creates a new instance of InPlace
 

Uses of PlannerOptions in org.griphyn.cPlanner.parser.pdax
 

Fields in org.griphyn.cPlanner.parser.pdax declared as PlannerOptions
private  PlannerOptions PDAX2MDAG.mClonedPOptions
          Helping clone copy of options that is used for creating runtime options for the different partitions.
private  PlannerOptions PDAX2MDAG.mPOptions
          The object containing the options that were given to the concrete planner at runtime.
 

Methods in org.griphyn.cPlanner.parser.pdax with parameters of type PlannerOptions
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.
 

Constructors in org.griphyn.cPlanner.parser.pdax with parameters of type PlannerOptions
PDAX2MDAG(String directory, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
 

Uses of PlannerOptions in org.griphyn.cPlanner.toolkit
 

Fields in org.griphyn.cPlanner.toolkit declared as PlannerOptions
private  PlannerOptions CPlanner.mPOptions
          The object containing all the options passed to the Concrete Planner.
 

Methods in org.griphyn.cPlanner.toolkit that return PlannerOptions
 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.
 

Methods in org.griphyn.cPlanner.toolkit with parameters of type PlannerOptions
protected  void CPlanner.doPartitionAndPlan(PegasusProperties properties, PlannerOptions options)
          Partitions and plans the workflow.
 void CPlanner.executeCommand(PlannerOptions options)
          Executes the command on the basis of the options specified.
 

Uses of PlannerOptions in org.griphyn.cPlanner.transfer
 

Fields in org.griphyn.cPlanner.transfer declared as PlannerOptions
protected  PlannerOptions AbstractRefiner.mPOptions
          The options passed to the planner at runtime.
 

Methods in org.griphyn.cPlanner.transfer with parameters of type PlannerOptions
 void SingleFTPerXFERJobRefiner.loadImplementations(PegasusProperties properties, PlannerOptions options)
          Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.
 void MultipleFTPerXFERJobRefiner.loadImplementations(PegasusProperties properties, PlannerOptions options)
          Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.
 void Refiner.loadImplementations(PegasusProperties properties, PlannerOptions options)
          Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.
 

Constructors in org.griphyn.cPlanner.transfer with parameters of type PlannerOptions
AbstractRefiner(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
MultipleFTPerXFERJobRefiner(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
SingleFTPerXFERJobRefiner(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
 

Uses of PlannerOptions in org.griphyn.cPlanner.transfer.implementation
 

Fields in org.griphyn.cPlanner.transfer.implementation declared as PlannerOptions
protected  PlannerOptions Abstract.mPOptions
          Contains the various options to the Planner as passed by the user at runtime.
 

Methods in org.griphyn.cPlanner.transfer.implementation with parameters of type PlannerOptions
static Implementation ImplementationFactory.loadInstance(PegasusProperties properties, PlannerOptions options)
          Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file.
static Implementation ImplementationFactory.loadInstance(PegasusProperties properties, PlannerOptions options, int type)
          Loads the implementing class corresponding to the type specified by the user.
private static Implementation ImplementationFactory.loadInstance(String className, PegasusProperties properties, PlannerOptions options)
          Loads the implementing class corresponding to the class.
 

Constructors in org.griphyn.cPlanner.transfer.implementation with parameters of type PlannerOptions
Abstract(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
AbstractMultipleFTPerXFERJob(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
AbstractSingleFTPerXFERJob(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
Condor(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
CRFT(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
OldGUC(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
RFT(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
SRM(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
Stork(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
T2(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
Transfer(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
Windward(PegasusProperties properties, PlannerOptions options)
          The overloaded constructor, that is called by the Factory to load the class.
 

Uses of PlannerOptions in org.griphyn.cPlanner.transfer.refiner
 

Methods in org.griphyn.cPlanner.transfer.refiner with parameters of type PlannerOptions
static Refiner RefinerFactory.loadInstance(PegasusProperties properties, ADag dag, PlannerOptions options)
          Loads the implementing class corresponding to the value specified in the properties.
static Refiner RefinerFactory.loadInstance(String className, PegasusProperties properties, ADag dag, PlannerOptions options)
          Loads the implementing class corresponding to the class.
 

Constructors in org.griphyn.cPlanner.transfer.refiner with parameters of type PlannerOptions
Bundle(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
Chain(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
Condor(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
Default(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
GRMS(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
SChain(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
SDefault(ADag dag, PegasusProperties properties, PlannerOptions options)
          The overloaded constructor.
 

Uses of PlannerOptions in org.griphyn.cPlanner.transfer.sls
 

Fields in org.griphyn.cPlanner.transfer.sls declared as PlannerOptions
protected  PlannerOptions Condor.mPOptions
          The handle to the planner options.
 



Copyright © 2007 The University of Southern California. All Rights Reserved.