|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TransformationCatalogEntry in org.griphyn.common.catalog |
|---|
| Methods in org.griphyn.common.catalog with parameters of type TransformationCatalogEntry | |
|---|---|
boolean |
TransformationCatalog.addTCEntry(TransformationCatalogEntry tcentry)
Add single TCEntry to the Catalog. |
boolean |
TransformationCatalog.addTCEntry(TransformationCatalogEntry tcentry,
boolean write)
Add single TCEntry object temporarily to the in memory Catalog. |
boolean |
TransformationCatalogEntry.equals(TransformationCatalogEntry entry)
Compares two catalog entries for equality. |
| Uses of TransformationCatalogEntry in org.griphyn.common.catalog.transformation |
|---|
| Methods in org.griphyn.common.catalog.transformation that return TransformationCatalogEntry | |
|---|---|
static TransformationCatalogEntry |
Adapter.convert(edu.isi.ikcap.workflows.ac.classes.TransformationCharacteristics from)
Converts a TransformationCharacteristics object to TransformationCatalogEntry object. |
| Methods in org.griphyn.common.catalog.transformation with parameters of type TransformationCatalogEntry | |
|---|---|
boolean |
Windward.addTCEntry(TransformationCatalogEntry tcentry)
Add single TCEntry to the Catalog. |
boolean |
Database.addTCEntry(TransformationCatalogEntry entry)
Add a single TCEntry to the Catalog. |
boolean |
File.addTCEntry(TransformationCatalogEntry entry)
Add a single TCEntry to the Catalog. |
boolean |
Windward.addTCEntry(TransformationCatalogEntry tcentry,
boolean write)
Add single TCEntry object temporarily to the in memory Catalog. |
boolean |
Database.addTCEntry(TransformationCatalogEntry entry,
boolean write)
Add a single TCEntry to the Catalog. |
boolean |
File.addTCEntry(TransformationCatalogEntry entry,
boolean write)
Add a single TCEntry to the Catalog. |
| Uses of TransformationCatalogEntry in org.griphyn.cPlanner.classes |
|---|
| Methods in org.griphyn.cPlanner.classes with parameters of type TransformationCatalogEntry | |
|---|---|
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 |
SubInfo.updateProfiles(TransformationCatalogEntry entry)
Updates all the profile namespaces with the information associated in the transformation catalog for this job. |
| Uses of TransformationCatalogEntry in org.griphyn.cPlanner.cluster.aggregator |
|---|
| Methods in org.griphyn.cPlanner.cluster.aggregator that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
Abstract.defaultTCEntry(String name,
String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
protected TransformationCatalogEntry |
Abstract.getTCEntry(SubInfo job)
Helper method to get an entry from the transformation catalog for an installed executable. |
| Uses of TransformationCatalogEntry in org.griphyn.cPlanner.engine |
|---|
| Fields in org.griphyn.cPlanner.engine declared as TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
ReplicaCatalogBridge.mDefaultTCRCEntry
The default tc entry. |
| Methods in org.griphyn.cPlanner.engine that return TransformationCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
CreateDirectory.defaultTCEntry(String site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
private TransformationCatalogEntry |
RemoveDirectory.defaultTCEntry(String 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 |
InterPoolEngine.selectTCEntry(List entries,
SubInfo job,
String selectors)
Recursively ends up calling the transformation selector accordxing to a chain of selections that need to be performed on the list of valid transformation catalog |
| Uses of TransformationCatalogEntry in org.griphyn.cPlanner.engine.cleanup |
|---|
| Methods in org.griphyn.cPlanner.engine.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 site. |
protected TransformationCatalogEntry |
RM.getTCEntry(String site)
Returns the TCEntry object for the rm executable on a grid site. |
| Uses of TransformationCatalogEntry in org.griphyn.cPlanner.namespace |
|---|
| Methods in org.griphyn.cPlanner.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 org.griphyn.cPlanner.selector.site.heft |
|---|
| Methods in org.griphyn.cPlanner.selector.site.heft with parameters of type TransformationCatalogEntry | |
|---|---|
protected int |
Algorithm.getExpectedRuntime(SubInfo job,
TransformationCatalogEntry entry)
Return expected runtime. |
protected int |
Algorithm.getExpectedRuntimeFromAC(SubInfo job,
TransformationCatalogEntry entry)
Return expected runtime from the AC only if the process catalog is initialized. |
| Uses of TransformationCatalogEntry in org.griphyn.cPlanner.transfer |
|---|
| Methods in org.griphyn.cPlanner.transfer that return TransformationCatalogEntry | |
|---|---|
TransformationCatalogEntry |
Implementation.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
| Uses of TransformationCatalogEntry in org.griphyn.cPlanner.transfer.implementation |
|---|
| Methods in org.griphyn.cPlanner.transfer.implementation that return TransformationCatalogEntry | |
|---|---|
protected TransformationCatalogEntry |
Windward.defaultTCEntry(String namespace,
String name,
String version,
String site)
Returns a default TC entry to be used for the DC transfer client. |
protected TransformationCatalogEntry |
AbstractMultipleFTPerXFERJob.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. |
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 |
Condor.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
Stork.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
Windward.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
CRFT.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
T2.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
RFT.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
Transfer.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
SRM.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
TransformationCatalogEntry |
OldGUC.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
| Uses of TransformationCatalogEntry in org.griphyn.cPlanner.transfer.sls |
|---|
| Methods in org.griphyn.cPlanner.transfer.sls that return TransformationCatalogEntry | |
|---|---|
protected TransformationCatalogEntry |
Transfer.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. |
TransformationCatalogEntry |
Transfer.getTransformationCatalogEntry(String siteHandle)
Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation. |
| Uses of TransformationCatalogEntry in org.griphyn.vdl.planner |
|---|
| Methods in org.griphyn.vdl.planner with parameters of type TransformationCatalogEntry | |
|---|---|
static Map |
TCWrapper.getProfiles(TransformationCatalogEntry tce)
Extracts all profiles contained in the transformation catalog entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||