Uses of Class
edu.isi.pegasus.planner.namespace.ENV
-
Packages that use ENV Package Description edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.code.generator.condor edu.isi.pegasus.planner.parser.pdax edu.isi.pegasus.planner.refiner -
-
Uses of ENV in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as ENV Modifier and Type Field Description ENV
Job. envVariables
To accomodate the environment variables which might needed to be set. -
Uses of ENV in edu.isi.pegasus.planner.code.generator.condor
Methods in edu.isi.pegasus.planner.code.generator.condor with parameters of type ENV Modifier and Type Method Description private TransformationCatalogEntry
CondorGenerator. constructTCEntryFromEnvProfiles(ENV env)
Returns a tranformation catalog entry object constructed from the environment An entry is constructed if either of the following environment variables are defined 1) CONDOR_HOME 2) CONDOR_LOCATION CONDOR_HOME takes precedence over CONDOR_LOCATIONprivate TransformationCatalogEntry
SUBDAXGenerator. constructTCEntryFromEnvProfiles(ENV env)
Returns a tranformation catalog entry object constructed from the environment An entry is constructed if either of the following environment variables are defined 1) CONDOR_HOME 2) CONDOR_LOCATION CONDOR_HOME takes precedence over CONDOR_LOCATION -
Uses of ENV in edu.isi.pegasus.planner.parser.pdax
Methods in edu.isi.pegasus.planner.parser.pdax with parameters of type ENV Modifier and Type Method Description private TransformationCatalogEntry
PDAX2MDAG. constructTCEntryFromEnvProfiles(ENV env)
Returns a tranformation catalog entry object constructed from the environment An entry is constructed if either of the following environment variables are defined 1) CONDOR_HOME 2) CONDOR_LOCATION CONDOR_HOME takes precedence over CONDOR_LOCATION -
Uses of ENV in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as ENV Modifier and Type Field Description private ENV
ThreadPool. mLocalEnv
The namespace object holding the environment variables for local pool.Methods in edu.isi.pegasus.planner.refiner that return ENV Modifier and Type Method Description private ENV
ThreadPool. loadLocalEnvVariables()
Reads in the environment variables into memory from the properties file and the pool catalog.
-