|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PegasusProperties in edu.isi.pegasus.common.credential.impl |
|---|
| Fields in edu.isi.pegasus.common.credential.impl declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Abstract.mProps
The object holding all the properties pertaining to Pegasus. |
| Uses of PegasusProperties in edu.isi.pegasus.common.logging |
|---|
| Methods in edu.isi.pegasus.common.logging with parameters of type PegasusProperties | |
|---|---|
static LogFormatter |
LogFormatterFactory.loadInstance(PegasusProperties properties)
Loads the appropriate LogFormatter class as specified by properties. |
static LogManager |
LogManagerFactory.loadInstance(PegasusProperties properties)
Loads the appropriate LogManager class as specified by properties. |
static LogManager |
LogManagerFactory.loadSingletonInstance(PegasusProperties properties)
Loads the appropriate LogManager class as specified by properties. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.replica |
|---|
| Methods in edu.isi.pegasus.planner.catalog.replica with parameters of type PegasusProperties | |
|---|---|
static ReplicaCatalog |
ReplicaFactory.loadInstance(PegasusProperties props)
Connects the interface with the replica catalog implementation. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site |
|---|
| Methods in edu.isi.pegasus.planner.catalog.site with parameters of type PegasusProperties | |
|---|---|
static SiteCatalog |
SiteFactory.loadInstance(PegasusProperties properties)
Connects the interface with the site catalog implementation. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site.classes |
|---|
| Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type PegasusProperties | |
|---|---|
void |
SiteStore.setForPlannerUse(PegasusProperties properties,
PlannerOptions options)
A setter method that is to be set to use getWorkDirectory functions, correctly. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site.impl.myosg.util |
|---|
| Constructors in edu.isi.pegasus.planner.catalog.site.impl.myosg.util with parameters of type PegasusProperties | |
|---|---|
MYOSGSiteCatalogParser(PegasusProperties properties,
List<String> sites)
|
|
| Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.site.impl.old |
|---|
| Fields in edu.isi.pegasus.planner.catalog.site.impl.old declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
PoolInfoProvider.mProps
The object holding all the properties pertaining to Pegasus. |
| Methods in edu.isi.pegasus.planner.catalog.site.impl.old with parameters of type PegasusProperties | |
|---|---|
static PoolInfoProvider |
SiteFactory.loadInstance(PegasusProperties properties,
boolean singleton)
Connects the interface with the site catalog implementation. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.transformation |
|---|
| Fields in edu.isi.pegasus.planner.catalog.transformation declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Mapper.mProps
Handle to Pegasus Properties |
| Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type PegasusProperties | |
|---|---|
static TransformationCatalog |
TransformationFactory.loadInstance(PegasusProperties properties)
Connects the interface with the transformation catalog implementation. |
static TransformationCatalog |
TransformationFactory.loadInstance(PegasusProperties properties,
LogManager logger)
Connects the interface with the transformation catalog implementation. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.transformation.impl |
|---|
| Fields in edu.isi.pegasus.planner.catalog.transformation.impl declared as PegasusProperties | |
|---|---|
private PegasusProperties |
File.mProps
The handle to the properties object. |
private PegasusProperties |
Text.mProps
The handle to the properties object. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.catalog.work |
|---|
| Methods in edu.isi.pegasus.planner.catalog.work with parameters of type PegasusProperties | |
|---|---|
static WorkCatalog |
WorkFactory.loadInstance(PegasusProperties props)
Connects the interface with the work catalog implementation. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.classes |
|---|
| Fields in edu.isi.pegasus.planner.classes declared as PegasusProperties | |
|---|---|
private PegasusProperties |
PegasusBag.mProps
The handle to the PegasusProperties. |
| Methods in edu.isi.pegasus.planner.classes that return PegasusProperties | |
|---|---|
PegasusProperties |
PegasusBag.getPegasusProperties()
A convenice method to get PegasusProperties |
| Methods in edu.isi.pegasus.planner.classes with parameters of type PegasusProperties | |
|---|---|
void |
Job.updateProfiles(PegasusProperties properties)
Updates all the profile namespaces with the information specified by the user in the properties file, that apply to this job. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.client |
|---|
| Fields in edu.isi.pegasus.planner.client declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
RCClient.m_pegasus_props
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
Executable.mProps
The object holding all the properties pertaining to Pegasus. |
| Methods in edu.isi.pegasus.planner.client with parameters of type PegasusProperties | |
|---|---|
(package private) void |
RCClient.connect(PegasusProperties properties)
Connects the interface with the replica catalog implementation. |
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. |
private List<TransformationCatalogEntry> |
TCConverter.parseTC(PegasusProperties pegasusProperties)
Parses the input format specified in the properties file and returns list of TransfromationCatalogEntry |
String |
PartitionDAX.partitionDAX(PegasusProperties properties,
String daxFile,
String directory,
String type)
|
protected void |
Executable.setupLogging(LogManager logger,
PegasusProperties properties)
Sets up the logging options for this class. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.cluster |
|---|
| Fields in edu.isi.pegasus.planner.cluster declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Abstract.mProps
The handle to the properties object holding all the properties. |
protected PegasusProperties |
Horizontal.mProps
The handle to the properties object holding all the properties. |
| Methods in edu.isi.pegasus.planner.cluster with parameters of type PegasusProperties | |
|---|---|
static Partitioner |
ClustererFactory.loadPartitioner(PegasusProperties properties,
String type,
GraphNode root,
Map graph)
Loads the appropriate partitioner on the basis of the clustering type specified in the options passed to the planner. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.cluster.aggregator |
|---|
| Fields in edu.isi.pegasus.planner.cluster.aggregator declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Abstract.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
JobAggregatorInstanceFactory.mProps
The handle to the properties object holding all the properties. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.code |
|---|
| Fields in edu.isi.pegasus.planner.code declared as PegasusProperties | |
|---|---|
private PegasusProperties |
GridStartFactory.mProps
The properties object holding all the properties. |
| Methods in edu.isi.pegasus.planner.code with parameters of type PegasusProperties | |
|---|---|
void |
POSTScript.initialize(PegasusProperties properties,
String path,
String submitDir)
Initialize the POSTScript implementation. |
private POSTScript |
GridStartFactory.loadPOSTScript(PegasusProperties properties,
String submitDir,
String path,
String className)
Loads the implementing class corresponding to the class. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator |
|---|
| Fields in edu.isi.pegasus.planner.code.generator declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
MonitordNotify.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
Metrics.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
Braindump.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
DAXReplicaStore.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
Abstract.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
Stampede.mProps
The object holding all the properties pertaining to Pegasus. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator.condor |
|---|
| Fields in edu.isi.pegasus.planner.code.generator.condor declared as PegasusProperties | |
|---|---|
private PegasusProperties |
SUBDAXGenerator.mProps
The handle to Pegasus Properties. |
| Methods in edu.isi.pegasus.planner.code.generator.condor with parameters of type PegasusProperties | |
|---|---|
protected String |
CondorGenerator.getCategoryDAGManKnobs(PegasusProperties properties)
Write out the DAGMan knobs for each category the user mentions in the properties. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.code.generator.condor.style |
|---|
| Fields in edu.isi.pegasus.planner.code.generator.condor.style declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Abstract.mProps
The object holding all the properties pertaining to Pegasus. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.code.gridstart |
|---|
| Fields in edu.isi.pegasus.planner.code.gridstart declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
UserPOSTScript.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
NoPOSTScript.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
NetloggerPostScript.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
NoGridStart.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
PegasusLite.mProps
The object holding all the properties pertaining to Pegasus. |
private PegasusProperties |
Kickstart.mProps
The object holding all the properties pertaining to Pegasus. |
protected PegasusProperties |
VDSPOSTScript.mProps
The object holding all the properties pertaining to Pegasus. |
| Methods in edu.isi.pegasus.planner.code.gridstart with parameters of type PegasusProperties | |
|---|---|
protected String |
PegasusExitCode.getPostScriptProperties(PegasusProperties properties)
Returns an empty string, as python version of exitcode cannot parse properties file. |
protected String |
NetloggerPostScript.getPostScriptProperties(PegasusProperties properties)
Returns the properties that need to be passed to the the postscript invocation in the java format. |
protected String |
VDSPOSTScript.getPostScriptProperties(PegasusProperties properties)
Returns the properties that need to be passed to the the postscript invocation in the java format. |
void |
UserPOSTScript.initialize(PegasusProperties properties,
String path,
String submitDir)
Initialize the POSTScript implementation. |
void |
NoPOSTScript.initialize(PegasusProperties properties,
String path,
String submitDir)
Initialize the POSTScript implementation. |
void |
NetloggerPostScript.initialize(PegasusProperties properties,
String path,
String submitDir)
Initialize the POSTScript implementation. |
void |
VDSPOSTScript.initialize(PegasusProperties properties,
String path,
String submitDir)
Initialize the POSTScript implementation. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.common |
|---|
| Fields in edu.isi.pegasus.planner.common declared as PegasusProperties | |
|---|---|
private static PegasusProperties |
PegasusProperties.pegProperties
Ensures only one object is created always. |
| Methods in edu.isi.pegasus.planner.common that return PegasusProperties | |
|---|---|
static PegasusProperties |
PegasusProperties.getInstance()
Returns an instance to this properties object. |
static PegasusProperties |
PegasusProperties.getInstance(String confProperties)
Returns an instance to this properties object. |
static PegasusProperties |
PegasusProperties.nonSingletonInstance()
To get a reference to the the object. |
protected static PegasusProperties |
PegasusProperties.nonSingletonInstance(String confProperties)
To get a reference to the the object. |
| Methods in edu.isi.pegasus.planner.common with parameters of type PegasusProperties | |
|---|---|
protected void |
PegasusConfiguration.checkAndSetProperty(PegasusProperties properties,
String key,
String value)
Checks for a property, if it does not exist then sets the property to the value passed |
private void |
PegasusConfiguration.loadConfigurationProperties(PegasusProperties properties)
Loads configuration specific properties into PegasusProperties |
void |
PegasusConfiguration.loadConfigurationPropertiesAndOptions(PegasusProperties properties,
PlannerOptions options)
Loads configuration specific properties into PegasusProperties, and adjusts planner options accordingly. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.namespace |
|---|
| Methods in edu.isi.pegasus.planner.namespace with parameters of type PegasusProperties | |
|---|---|
void |
Dagman.assimilate(PegasusProperties properties,
Profiles.NAMESPACES namespace)
Assimilate the profiles in the namespace in a controlled manner. |
void |
Namespace.assimilate(PegasusProperties properties,
Profiles.NAMESPACES namespace)
Assimilate the profiles in the namespace in a controlled manner. |
void |
Globus.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
void |
Pegasus.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
void |
Dagman.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
void |
Stat.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
void |
Condor.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
void |
Hints.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
void |
Selector.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
void |
ENV.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
abstract void |
Namespace.checkKeyInNS(PegasusProperties properties,
String pool)
It puts in the namespace specific information specified in the properties file into the namespace. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.parser |
|---|
| Fields in edu.isi.pegasus.planner.parser declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Parser.mProps
The object holding all the properties pertaining to Pegasus. |
| Methods in edu.isi.pegasus.planner.parser with parameters of type PegasusProperties | |
|---|---|
static Callback |
DAXParserFactory.loadDAXParserCallback(PegasusProperties properties,
String dax,
String className)
Loads the implementing class corresponding to the type specified by the user. |
static Callback |
DAXParserFactory.loadDAXParserCallback(String type,
PegasusProperties properties,
String dax)
Loads the implementing class corresponding to the type specified by the user. |
| Constructors in edu.isi.pegasus.planner.parser with parameters of type PegasusProperties | |
|---|---|
ConfigXmlParser(PegasusProperties properties)
Default Class Constructor. |
|
ConfigXmlParser(String configFileName,
PegasusProperties properties)
Class Constructor intializes the parser and turns on validation. |
|
Parser(PegasusProperties properties)
Intialises the parser. |
|
PDAXParser(PegasusProperties properties)
The default constructor. |
|
PDAXParser(String fileName,
PegasusProperties properties)
The constructor initialises the parser, and turns on the validation feature in Xerces. |
|
| Uses of PegasusProperties in edu.isi.pegasus.planner.parser.dax |
|---|
| Fields in edu.isi.pegasus.planner.parser.dax declared as PegasusProperties | |
|---|---|
private PegasusProperties |
DAX2Metadata.mProps
The handle to the properties object. |
protected PegasusProperties |
DAX2NewGraph.mProps
The handle to the properties object. |
protected PegasusProperties |
DAX2Graph.mProps
The handle to the properties object. |
private PegasusProperties |
DAX2CDAG.mProps
The handle to the properties object. |
| Constructors in edu.isi.pegasus.planner.parser.dax with parameters of type PegasusProperties | |
|---|---|
DAX2CDAG(PegasusProperties properties,
String dax)
The overloaded constructor. |
|
DAX2Graph(PegasusProperties properties,
String dax)
The overloaded constructor. |
|
DAX2LabelGraph(PegasusProperties properties,
String dax)
The overloaded constructor. |
|
DAX2Metadata(PegasusProperties properties,
String dax)
The overloaded constructor. |
|
DAX2NewGraph(PegasusProperties properties,
String dax)
The overloaded constructor. |
|
ExampleDAXCallback(PegasusProperties properties,
String dax)
The overloaded constructor. |
|
| Uses of PegasusProperties in edu.isi.pegasus.planner.parser.pdax |
|---|
| Fields in edu.isi.pegasus.planner.parser.pdax declared as PegasusProperties | |
|---|---|
private PegasusProperties |
PDAX2MDAG.mProps
The handle to the properties file. |
| Methods in edu.isi.pegasus.planner.parser.pdax with parameters of type PegasusProperties | |
|---|---|
static String |
PDAX2MDAG.constructDAGManKnobs(PegasusProperties properties)
Constructs Any extra arguments that need to be passed to dagman, as determined from the properties file. |
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 edu.isi.pegasus.planner.parser.pdax with parameters of type PegasusProperties | |
|---|---|
PDAX2MDAG(String directory,
PegasusProperties properties,
PlannerOptions options)
The overloaded constructor. |
|
| Uses of PegasusProperties in edu.isi.pegasus.planner.partitioner |
|---|
| Fields in edu.isi.pegasus.planner.partitioner declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
WriterCallback.mProps
Handle to the properties available. |
private PegasusProperties |
PartitionAndPlan.mProps
The handle to Pegasus Properties. |
private PegasusProperties |
ClustererCallback.mProps
The handle to the properties object. |
protected PegasusProperties |
Partitioner.mProps
The object holding all the properties pertaining to Pegasus. |
| Methods in edu.isi.pegasus.planner.partitioner with parameters of type PegasusProperties | |
|---|---|
Collection<File> |
PartitionAndPlan.doPartitionAndPlan(PegasusProperties properties,
PlannerOptions options)
Partitions and plans the workflow. |
void |
ClustererCallback.initialize(PegasusProperties properties,
Clusterer clusterer)
Initializes the callback. |
void |
WriterCallback.initialize(PegasusProperties properties,
String daxFile,
String daxName,
String directory)
Initializes the Writer Callback. |
static Partitioner |
PartitionerFactory.loadInstance(PegasusProperties properties,
GraphNode root,
Map graph,
String className)
Loads the implementing class corresponding to the type specified by the user. |
static DAXWriter |
DAXWriter.loadInstance(PegasusProperties properties,
String daxFile,
String directory)
The ends up loading the PDAXWriter. |
static DAXWriter |
DAXWriter.loadInstance(String className,
PegasusProperties properties,
String daxFile,
String directory)
Loads the implementing PDAXWriter. |
| Constructors in edu.isi.pegasus.planner.partitioner with parameters of type PegasusProperties | |
|---|---|
BFS(GraphNode root,
Map graph,
PegasusProperties properties)
The overloaded constructor. |
|
Horizontal(GraphNode root,
Map graph,
PegasusProperties properties)
The overloaded constructor. |
|
Label(GraphNode root,
Map graph,
PegasusProperties properties)
The overloaded constructor. |
|
One2One(GraphNode root,
Map graph,
PegasusProperties properties)
The overloaded constructor. |
|
Partitioner(GraphNode root,
Map graph,
PegasusProperties properties)
The overloaded constructor. |
|
Whole(GraphNode root,
Map graph,
PegasusProperties properties)
The overloaded constructor. |
|
| Uses of PegasusProperties in edu.isi.pegasus.planner.provenance.pasoa.pps |
|---|
| Methods in edu.isi.pegasus.planner.provenance.pasoa.pps with parameters of type PegasusProperties | |
|---|---|
static PPS |
PPSFactory.loadPPS(PegasusProperties properties)
Loads the appropriate PPS implementation on the basis of the property set in the properties. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.provenance.pasoa.producer |
|---|
| Methods in edu.isi.pegasus.planner.provenance.pasoa.producer with parameters of type PegasusProperties | |
|---|---|
static XMLProducer |
XMLProducerFactory.loadXMLProducer(PegasusProperties properties)
Loads the appropriate XMLProducer on the basis of the property set in the properties. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.ranking |
|---|
| Methods in edu.isi.pegasus.planner.ranking with parameters of type PegasusProperties | |
|---|---|
boolean |
GetDAX.connect(PegasusProperties properties)
A convenience method to connect on the basis of PegasusProperties. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.refiner |
|---|
| Fields in edu.isi.pegasus.planner.refiner declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Engine.mProps
The object holding all the properties pertaining to Pegasus. |
| Methods in edu.isi.pegasus.planner.refiner with parameters of type PegasusProperties | |
|---|---|
private Map<String,NameValue> |
TransferEngine.constructSiteToSRMServerMap(PegasusProperties props)
Constructs a Properties objects by parsing the relevant SRM pegasus properties. |
protected String |
ReplicaCatalogBridge.getCommandLineProperties(PegasusProperties properties)
Returns the properties that need to be passed to the the rc-client invocation on the command line . |
void |
ReplicaCatalogBridge.initialize(ADag dag,
PegasusProperties properties,
PlannerOptions options)
Intialises the refiner. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.refiner.cleanup |
|---|
| Fields in edu.isi.pegasus.planner.refiner.cleanup declared as PegasusProperties | |
|---|---|
private PegasusProperties |
InPlace.mProps
The handle to the properties passed to Pegasus. |
private PegasusProperties |
Cleanup.mProps
The handle to the properties passed to Pegasus. |
private PegasusProperties |
RM.mProps
The handle to the properties passed to Pegasus. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.refiner.createdir |
|---|
| Fields in edu.isi.pegasus.planner.refiner.createdir declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
DefaultImplementation.mProps
The handle to the pegasus properties. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.selector.replica |
|---|
| Fields in edu.isi.pegasus.planner.selector.replica declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Default.mProps
The properties object containing the properties passed to the planner. |
protected PegasusProperties |
Local.mProps
The properties object containing the properties passed to the planner. |
| Methods in edu.isi.pegasus.planner.selector.replica with parameters of type PegasusProperties | |
|---|---|
static ReplicaSelector |
ReplicaSelectorFactory.loadInstance(PegasusProperties properties)
Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file. |
static ReplicaSelector |
ReplicaSelectorFactory.loadInstance(PegasusProperties properties,
String className)
Loads the implementing class corresponding to the class. |
| Constructors in edu.isi.pegasus.planner.selector.replica with parameters of type PegasusProperties | |
|---|---|
Default(PegasusProperties properties)
The overloaded constructor, that is called by load method. |
|
Local(PegasusProperties properties)
The overloaded constructor, that is called by load method. |
|
Regex(PegasusProperties properties)
The overloaded constructor, that is called by load method. |
|
Restricted(PegasusProperties properties)
The overloaded constructor, that is called by load method. |
|
| Uses of PegasusProperties in edu.isi.pegasus.planner.selector.site |
|---|
| Fields in edu.isi.pegasus.planner.selector.site declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Abstract.mProps
The properties passed to Pegasus at runtime. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.selector.site.heft |
|---|
| Fields in edu.isi.pegasus.planner.selector.site.heft declared as PegasusProperties | |
|---|---|
private PegasusProperties |
Algorithm.mProps
The handle to the properties. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.transfer |
|---|
| Fields in edu.isi.pegasus.planner.transfer declared as PegasusProperties | |
|---|---|
private PegasusProperties |
RemoteTransfer.mProps
The handle to the properties object holding the properties relevant to Pegasus. |
private PegasusProperties |
TPT.mProps
The handle to the properties object holding the properties relevant to Pegasus. |
protected PegasusProperties |
AbstractRefiner.mProps
The handle to the properties object holding the properties relevant to Pegasus. |
| Constructors in edu.isi.pegasus.planner.transfer with parameters of type PegasusProperties | |
|---|---|
RemoteTransfer(PegasusProperties properties)
The overloaded constructor. |
|
TPT(PegasusProperties properties)
The overloaded constructor. |
|
| Uses of PegasusProperties in edu.isi.pegasus.planner.transfer.implementation |
|---|
| Fields in edu.isi.pegasus.planner.transfer.implementation declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Abstract.mProps
The handle to the properties object holding the properties relevant to Pegasus. |
| Uses of PegasusProperties in edu.isi.pegasus.planner.transfer.sls |
|---|
| Fields in edu.isi.pegasus.planner.transfer.sls declared as PegasusProperties | |
|---|---|
protected PegasusProperties |
Transfer.mProps
The handle to the properties. |
protected PegasusProperties |
Condor.mProps
The handle to the properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||