|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.catalog |
|---|
| Methods in edu.isi.pegasus.planner.catalog that return types with arguments of type TransformationCatalogEntry | |
|---|---|
List<TransformationCatalogEntry> |
TransformationCatalog.getContents()
List all the contents of the TC |
List<TransformationCatalogEntry> |
TransformationCatalog.lookup(String namespace,
String name,
String version,
List resourceids,
TCType type)
Returns TC entries for a particular logical transformation and/or on a number of resources and/or of a particular type. |
List<TransformationCatalogEntry> |
TransformationCatalog.lookup(String namespace,
String name,
String version,
String resourceid,
TCType type)
Returns TC entries for a particular logical transformation and/or on a particular resource and/or of a particular type. |
List<TransformationCatalogEntry> |
TransformationCatalog.lookupNoProfiles(String namespace,
String name,
String version,
String resourceid,
TCType type)
Get the list of PhysicalNames for a particular transformation on a site/sites for a particular type/types; |
| Methods in edu.isi.pegasus.planner.catalog with parameters of type TransformationCatalogEntry | |
|---|---|
int |
TransformationCatalog.insert(TransformationCatalogEntry tcentry)
Add single TCEntry to the Catalog. |
int |
TransformationCatalog.insert(TransformationCatalogEntry tcentry,
boolean write)
Add single TCEntry object temporarily to the in memory Catalog. |
| Method parameters in edu.isi.pegasus.planner.catalog with type arguments of type TransformationCatalogEntry | |
|---|---|
int |
TransformationCatalog.insert(List<TransformationCatalogEntry> tcentry)
Add multiple TCEntries to the Catalog. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.catalog.transformation |
|---|
| Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type TransformationCatalogEntry | |
|---|---|
boolean |
TransformationCatalogEntry.equals(TransformationCatalogEntry entry)
Compares two catalog entries for equality. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.catalog.transformation.classes |
|---|
| Fields in edu.isi.pegasus.planner.catalog.transformation.classes with type parameters of type TransformationCatalogEntry | |
|---|---|
private Map<String,Map<String,List<TransformationCatalogEntry>>> |
TransformationStore.mTCStore
The internal store map. |
| Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return types with arguments of type TransformationCatalogEntry | |
|---|---|
List<TransformationCatalogEntry> |
TransformationStore.getAllEntries()
Returns all the entries in the Transformation Store |
List<TransformationCatalogEntry> |
TransformationStore.getEntries(String completeName,
String site)
Returns List of TransformationCatalogEntry objects for a transformation on a particular site. |
List<TransformationCatalogEntry> |
TransformationStore.getEntries(String completeName,
String site,
TCType type)
Returns List of TransformationCatalogEntry objects for a transformation on a particular site and a type. |
List<TransformationCatalogEntry> |
TransformationStore.getEntries(String site,
TCType type)
Returns a list of TransformationCatalogEntry objects matching on a site and transformation type. |
| Methods in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type TransformationCatalogEntry | |
|---|---|
void |
TransformationStore.addEntry(TransformationCatalogEntry entry)
Adds an entry into the store. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.catalog.transformation.client |
|---|
| Methods in edu.isi.pegasus.planner.catalog.transformation.client with parameters of type TransformationCatalogEntry | |
|---|---|
private static String |
TCFormatUtility.toText(TransformationCatalogEntry entry,
String newline,
String indent)
Converts the transformation catalog entry object to the multi line textual representation. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.catalog.transformation.impl |
|---|
| Methods in edu.isi.pegasus.planner.catalog.transformation.impl that return TransformationCatalogEntry | |
|---|---|
static TransformationCatalogEntry |
Abstract.modifyForFileURLS(TransformationCatalogEntry entry)
Modifies a Transformation Catalog Entry to handle file URL's. |
| Methods in edu.isi.pegasus.planner.catalog.transformation.impl that return types with arguments of type TransformationCatalogEntry | |
|---|---|
List<TransformationCatalogEntry> |
File.getContents()
List all the contents of the TC |
List<TransformationCatalogEntry> |
Text.getContents()
List all the contents of the TC |
List<TransformationCatalogEntry> |
Database.getContents()
List all the contents of the TC |
List<TransformationCatalogEntry> |
File.lookup(String namespace,
String name,
String version,
List resourceids,
TCType type)
Returns TC entries for a particular logical transformation and/or on a number of resources and/or of a particular type. |
List<TransformationCatalogEntry> |
Text.lookup(String namespace,
String name,
String version,
List resourceids,
TCType type)
Returns TC entries for a particular logical transformation and/or on a number of resources and/or of a particular type. |
List<TransformationCatalogEntry> |
Database.lookup(String namespace,
String name,
String version,
List resourceids,
TCType type)
Returns TC entries for a particular logical transformation and/or on a number of resources and/or of a particular type. |
List<TransformationCatalogEntry> |
File.lookup(String namespace,
String name,
String version,
String resourceid,
TCType type)
Returns TC entries for a particular logical transformation and/or on a particular resource and/or of a particular type. |
List<TransformationCatalogEntry> |
Text.lookup(String namespace,
String name,
String version,
String resourceid,
TCType type)
Returns TC entries for a particular logical transformation and/or on a particular resource and/or of a particular type. |
List<TransformationCatalogEntry> |
Database.lookup(String namespace,
String name,
String version,
String resourceid,
TCType type)
Returns TC entries for a particular logical transformation and/or on a particular resource and/or of a particular type. |
List<TransformationCatalogEntry> |
File.lookupNoProfiles(String namespace,
String name,
String version,
String resourceid,
TCType type)
Get the list of PhysicalNames for a particular transformation on a site/sites for a particular type/types; |
List<TransformationCatalogEntry> |
Text.lookupNoProfiles(String namespace,
String name,
String version,
String resourceid,
TCType type)
Get the list of PhysicalNames for a particular transformation on a site/sites for a particular type/types; |
List<TransformationCatalogEntry> |
Database.lookupNoProfiles(String namespace,
String name,
String version,
String resourceid,
TCType type)
Get the list of PhysicalNames for a particular transformation on a site/sites for a particular type/types; |
| Methods in edu.isi.pegasus.planner.catalog.transformation.impl with parameters of type TransformationCatalogEntry | |
|---|---|
int |
File.insert(TransformationCatalogEntry entry)
Add single TCEntry to the Catalog. |
int |
Text.insert(TransformationCatalogEntry entry)
Add single TCEntry to the Catalog. |
int |
Database.insert(TransformationCatalogEntry entry)
Add single TCEntry to the Catalog. |
int |
File.insert(TransformationCatalogEntry entry,
boolean write)
Add single TCEntry object temporarily to the in memory Catalog. |
int |
Text.insert(TransformationCatalogEntry entry,
boolean write)
Add single TCEntry object temporarily to the in memory Catalog. |
int |
Database.insert(TransformationCatalogEntry entry,
boolean write)
Add single TCEntry object temporarily to the in memory Catalog. |
static TransformationCatalogEntry |
Abstract.modifyForFileURLS(TransformationCatalogEntry entry)
Modifies a Transformation Catalog Entry to handle file URL's. |
| Method parameters in edu.isi.pegasus.planner.catalog.transformation.impl with type arguments of type TransformationCatalogEntry | |
|---|---|
int |
File.insert(List<TransformationCatalogEntry> entries)
Add multiple TCEntries to the Catalog. |
int |
Text.insert(List<TransformationCatalogEntry> entries)
Add multiple TCEntries to the Catalog. |
int |
Database.insert(List<TransformationCatalogEntry> tcentry)
Add multiple TCEntries to the Catalog. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.classes |
|---|
| Methods in edu.isi.pegasus.planner.classes with parameters of type TransformationCatalogEntry | |
|---|---|
void |
Job.addNotifications(TransformationCatalogEntry entry)
Adds all the notifications specfied in the TransformationCatalogEntry to the underlying job notifications. |
boolean |
TCMap.setSiteTCEntries(String fqlfn,
String siteid,
TransformationCatalogEntry entry)
This method allows to add a TransformationCatalogEntry object in the map to a particular transformation for a particular site |
void |
Job.updateProfiles(TransformationCatalogEntry entry)
Updates all the profile namespaces with the information associated in the transformation catalog for this job. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.client |
|---|
| Methods in edu.isi.pegasus.planner.client that return types with arguments of type TransformationCatalogEntry | |
|---|---|
private List<TransformationCatalogEntry> |
TCConverter.parseTC(PegasusProperties pegasusProperties)
Parses the input format specified in the properties file and returns list of TransfromationCatalogEntry |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.cluster.aggregator |
|---|
| Methods in edu.isi.pegasus.planner.cluster.aggregator that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
Abstract.defaultTCEntry(String name,
String executableBasename,
String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
protected TransformationCatalogEntry |
Abstract.getTCEntry(Job job)
Helper method to get an entry from the transformation catalog for an installed executable. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.code.generator.condor |
|---|
| Methods in edu.isi.pegasus.planner.code.generator.condor that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
CondorGenerator.constructTCEntryFromEnvironment()
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 |
private TransformationCatalogEntry |
SUBDAXGenerator.constructTCEntryFromEnvironment()
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 |
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_LOCATION |
private 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 |
private TransformationCatalogEntry |
SUBDAXGenerator.constructTCEntryFromPath()
Returns a tranformation catalog entry object constructed from the path environment variable |
private TransformationCatalogEntry |
SUBDAXGenerator.constructTransformationCatalogEntryForDAGMan(String path)
Constructs TransformationCatalogEntry for DAGMan. |
private TransformationCatalogEntry |
CondorGenerator.defaultTCEntry(String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
private TransformationCatalogEntry |
SUBDAXGenerator.defaultTCEntry(String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.code.gridstart |
|---|
| Methods in edu.isi.pegasus.planner.code.gridstart that return TransformationCatalogEntry | |
|---|---|
TransformationCatalogEntry |
Kickstart.getTransformationCatalogEntry(String site)
Returns the transformation catalog entry for kickstart on a site |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.namespace |
|---|
| Methods in edu.isi.pegasus.planner.namespace with parameters of type TransformationCatalogEntry | |
|---|---|
void |
Namespace.checkKeyInNS(TransformationCatalogEntry entry)
It puts in the namespace specific information from the Transformation Catalog into the namespace. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.parser |
|---|
| Methods in edu.isi.pegasus.planner.parser that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
TransformationCatalogTextParser.getTransformationCatalogEntry(String transformation,
Profiles profiles,
boolean modifyFileURL)
Constructs a single transformation catalog entry and returns it. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.parser.dax |
|---|
| Methods in edu.isi.pegasus.planner.parser.dax that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
DAXParser2.constructTCEntryFromJobHints(Job job)
Constructs a TC entry object from the contents of a job. |
| Methods in edu.isi.pegasus.planner.parser.dax that return types with arguments of type TransformationCatalogEntry | |
|---|---|
List<TransformationCatalogEntry> |
DAXParser3.convertExecutableToTCE(Executable executable)
Converts the executable into transformation catalog entries |
| Methods in edu.isi.pegasus.planner.parser.dax with parameters of type TransformationCatalogEntry | |
|---|---|
void |
DAX2Metadata.cbExecutable(TransformationCatalogEntry tce)
Callback when a transformation catalog entry is encountered in the DAX |
void |
DAX2NewGraph.cbExecutable(TransformationCatalogEntry tce)
Callback when a transformation catalog entry is encountered in the DAX |
void |
DAX2Graph.cbExecutable(TransformationCatalogEntry tce)
Callback when a transformation catalog entry is encountered in the DAX |
void |
Callback.cbExecutable(TransformationCatalogEntry tce)
Callback when a transformation catalog entry is encountered in the DAX from Section 2: Executables that list entries in a Transformaton Catalog |
void |
ExampleDAXCallback.cbExecutable(TransformationCatalogEntry tce)
Callback when a transformation catalog entry is encountered in the DAX |
void |
DAX2CDAG.cbExecutable(TransformationCatalogEntry tce)
Callback when a transformation catalog entry is encountered in the DAX |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.parser.pdax |
|---|
| Methods in edu.isi.pegasus.planner.parser.pdax that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
PDAX2MDAG.constructTCEntryFromEnvironment()
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 |
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 |
private TransformationCatalogEntry |
PDAX2MDAG.defaultTCEntry(String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.refiner |
|---|
| Fields in edu.isi.pegasus.planner.refiner declared as TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
ReplicaCatalogBridge.mDefaultTCRCEntry
The default tc entry. |
| Methods in edu.isi.pegasus.planner.refiner that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
DeployWorkerPackage.addDefaultTCEntry(String site,
String pegasusHome,
SysInfo sysinfo,
boolean useFullPath,
String name,
String executable)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
protected TransformationCatalogEntry |
DeployWorkerPackage.addDefaultTCEntryForPegasusWebsite(String site,
String name)
Returns a default TC entry for the pegasus site. |
private TransformationCatalogEntry |
RemoveDirectory.defaultTCEntry(SiteCatalogEntry site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
private TransformationCatalogEntry |
ReplicaCatalogBridge.defaultTCRCEntry()
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
private TransformationCatalogEntry |
DeployWorkerPackage.defaultUntarTCEntry(SiteCatalogEntry site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
private TransformationCatalogEntry |
InterPoolEngine.selectTCEntry(List entries,
Job job,
String selector)
Calls out to the transformation selector to select an entry from a list of valid transformation catalog entries. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.refiner.cleanup |
|---|
| Methods in edu.isi.pegasus.planner.refiner.cleanup that return TransformationCatalogEntry | |
|---|---|
private static TransformationCatalogEntry |
RM.defaultTCEntry()
Returns a default TransformationCatalogEntry object for the rm executable. |
private TransformationCatalogEntry |
Cleanup.defaultTCEntry(String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
protected TransformationCatalogEntry |
Cleanup.getTCEntry(String site)
Returns the TCEntry object for the rm executable on a grid stagingSite. |
protected TransformationCatalogEntry |
RM.getTCEntry(String site)
Returns the TCEntry object for the rm executable on a grid site. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.refiner.createdir |
|---|
| Methods in edu.isi.pegasus.planner.refiner.createdir that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
DefaultImplementation.defaultTCEntry(String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.selector.site.heft |
|---|
| Methods in edu.isi.pegasus.planner.selector.site.heft with parameters of type TransformationCatalogEntry | |
|---|---|
protected int |
Algorithm.getExpectedRuntime(Job job,
TransformationCatalogEntry entry)
Return expected runtime. |
protected double |
Algorithm.getExpectedRuntimeFromAC(Job job,
TransformationCatalogEntry entry)
Return expected runtime from the AC only if the process catalog is initialized. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.transfer |
|---|
| Methods in edu.isi.pegasus.planner.transfer that return TransformationCatalogEntry | |
|---|---|
TransformationCatalogEntry |
Implementation.getTransformationCatalogEntry(String siteHandle,
int jobClass)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.transfer.implementation |
|---|
| Methods in edu.isi.pegasus.planner.transfer.implementation that return TransformationCatalogEntry | |
|---|---|
protected TransformationCatalogEntry |
GUC.defaultTCEntry(String namespace,
String name,
String version,
String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
protected TransformationCatalogEntry |
AbstractMultipleFTPerXFERJob.defaultTCEntry(String namespace,
String name,
String version,
String executableBasename,
String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
private TransformationCatalogEntry |
Abstract.defaultXBitTCEntry(String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
TransformationCatalogEntry |
Stork.getTransformationCatalogEntry(String siteHandle,
int jobClass)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
Transfer.getTransformationCatalogEntry(String siteHandle,
int jobClass)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
T2.getTransformationCatalogEntry(String siteHandle,
int jobClass)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
GUC.getTransformationCatalogEntry(String siteHandle,
int jobClass)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
| Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.transfer.sls |
|---|
| Methods in edu.isi.pegasus.planner.transfer.sls that return TransformationCatalogEntry | |
|---|---|
protected TransformationCatalogEntry |
Transfer.defaultTCEntry(String namespace,
String name,
String version,
String executableBasename,
String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
TransformationCatalogEntry |
Transfer.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||