Uses of Class
edu.isi.pegasus.planner.catalog.transformation.TransformationCatalogEntry
-
-
Uses of TransformationCatalogEntry in edu.isi.pegasus.planner.catalog
Methods in edu.isi.pegasus.planner.catalog that return types with arguments of type TransformationCatalogEntry Modifier and Type Method Description java.util.List<TransformationCatalogEntry>TransformationCatalog. getContents()List all the contents of the TCjava.util.List<TransformationCatalogEntry>TransformationCatalog. lookup(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String resourceid, TCType type)Returns TC entries for a particular logical transformation and/or on a particular resource and/or of a particular type.java.util.List<TransformationCatalogEntry>TransformationCatalog. lookup(java.lang.String namespace, java.lang.String name, java.lang.String version, java.util.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.java.util.List<TransformationCatalogEntry>TransformationCatalog. lookupNoProfiles(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.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 Modifier and Type Method Description intTransformationCatalog. insert(TransformationCatalogEntry tcentry)Add single TCEntry to the Catalog.intTransformationCatalog. 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 Modifier and Type Method Description intTransformationCatalog. insert(java.util.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 Modifier and Type Method Description booleanTransformationCatalogEntry. 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 Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<TransformationCatalogEntry>>>TransformationStore. mTCStoreThe internal store map.Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return types with arguments of type TransformationCatalogEntry Modifier and Type Method Description java.util.List<TransformationCatalogEntry>TransformationStore. getAllEntries()Returns all the entries in the Transformation Storejava.util.List<TransformationCatalogEntry>TransformationStore. getEntries(java.lang.String site, TCType type)Returns a list of TransformationCatalogEntry objects matching on a site and transformation type.java.util.List<TransformationCatalogEntry>TransformationStore. getEntries(java.lang.String completeName, java.lang.String site)Returns List of TransformationCatalogEntry objects for a transformation on a particular site.java.util.List<TransformationCatalogEntry>TransformationStore. getEntries(java.lang.String completeName, java.lang.String site, TCType type)Returns List of TransformationCatalogEntry objects for a transformation on a particular site and a type.Methods in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type TransformationCatalogEntry Modifier and Type Method Description voidTransformationStore. 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 Modifier and Type Method Description private static java.lang.StringTCFormatUtility. toText(TransformationCatalogEntry entry, java.lang.String newline, java.lang.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 Modifier and Type Method Description static TransformationCatalogEntryAbstract. 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 Modifier and Type Method Description java.util.List<TransformationCatalogEntry>Database. getContents()List all the contents of the TCjava.util.List<TransformationCatalogEntry>File. getContents()List all the contents of the TCjava.util.List<TransformationCatalogEntry>Text. getContents()List all the contents of the TCjava.util.List<TransformationCatalogEntry>Database. lookup(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String resourceid, TCType type)Returns TC entries for a particular logical transformation and/or on a particular resource and/or of a particular type.java.util.List<TransformationCatalogEntry>Database. lookup(java.lang.String namespace, java.lang.String name, java.lang.String version, java.util.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.java.util.List<TransformationCatalogEntry>File. lookup(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String resourceid, TCType type)Returns TC entries for a particular logical transformation and/or on a particular resource and/or of a particular type.java.util.List<TransformationCatalogEntry>File. lookup(java.lang.String namespace, java.lang.String name, java.lang.String version, java.util.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.java.util.List<TransformationCatalogEntry>Text. lookup(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String resourceid, TCType type)Returns TC entries for a particular logical transformation and/or on a particular resource and/or of a particular type.java.util.List<TransformationCatalogEntry>Text. lookup(java.lang.String namespace, java.lang.String name, java.lang.String version, java.util.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.java.util.List<TransformationCatalogEntry>Database. lookupNoProfiles(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String resourceid, TCType type)Get the list of PhysicalNames for a particular transformation on a site/sites for a particular type/types;java.util.List<TransformationCatalogEntry>File. lookupNoProfiles(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String resourceid, TCType type)Get the list of PhysicalNames for a particular transformation on a site/sites for a particular type/types;java.util.List<TransformationCatalogEntry>Text. lookupNoProfiles(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.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 Modifier and Type Method Description intDatabase. insert(TransformationCatalogEntry entry)Add single TCEntry to the Catalog.intDatabase. insert(TransformationCatalogEntry entry, boolean write)Add single TCEntry object temporarily to the in memory Catalog.intFile. insert(TransformationCatalogEntry entry)Add single TCEntry to the Catalog.intFile. insert(TransformationCatalogEntry entry, boolean write)Add single TCEntry object temporarily to the in memory Catalog.intText. insert(TransformationCatalogEntry entry)Add single TCEntry to the Catalog.intText. insert(TransformationCatalogEntry entry, boolean write)Add single TCEntry object temporarily to the in memory Catalog.static TransformationCatalogEntryAbstract. 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 Modifier and Type Method Description intDatabase. insert(java.util.List<TransformationCatalogEntry> tcentry)Add multiple TCEntries to the Catalog.intFile. insert(java.util.List<TransformationCatalogEntry> entries)Add multiple TCEntries to the Catalog.intText. insert(java.util.List<TransformationCatalogEntry> entries)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 Modifier and Type Method Description voidJob. addNotifications(TransformationCatalogEntry entry)Adds all the notifications specfied in the TransformationCatalogEntry to the underlying job notifications.booleanTCMap. setSiteTCEntries(java.lang.String fqlfn, java.lang.String siteid, TransformationCatalogEntry entry)This method allows to add a TransformationCatalogEntry object in the map to a particular transformation for a particular sitevoidJob. 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 Modifier and Type Method Description private java.util.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 Modifier and Type Method Description private TransformationCatalogEntryAbstract. defaultTCEntry(java.lang.String name, java.lang.String executableBasename, java.lang.String site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.protected TransformationCatalogEntryAbstract. 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 Modifier and Type Method Description private TransformationCatalogEntryCondorGenerator. 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_LOCATIONprivate TransformationCatalogEntrySUBDAXGenerator. constructTCEntryFromEnvironment()Returns a transformation 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 TransformationCatalogEntryCondorGenerator. 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 TransformationCatalogEntrySUBDAXGenerator. 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 TransformationCatalogEntrySUBDAXGenerator. constructTCEntryFromPath()Returns a tranformation catalog entry object constructed from the path environment variableprivate TransformationCatalogEntrySUBDAXGenerator. constructTransformationCatalogEntryForDAGMan(java.lang.String path)Constructs TransformationCatalogEntry for DAGMan.private TransformationCatalogEntryCondorGenerator. defaultTCEntry(java.lang.String site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.private TransformationCatalogEntrySUBDAXGenerator. defaultTCEntry(java.lang.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 Modifier and Type Method Description TransformationCatalogEntryKickstart. getTransformationCatalogEntry(java.lang.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 Modifier and Type Method Description voidNamespace. 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 Modifier and Type Method Description private TransformationCatalogEntryTransformationCatalogTextParser. getTransformationCatalogEntry(java.lang.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 Modifier and Type Method Description private TransformationCatalogEntryDAXParser2. 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 Modifier and Type Method Description java.util.List<TransformationCatalogEntry>DAXParser3. convertExecutableToTCE(Executable executable)Converts the executable into transformation catalog entriesMethods in edu.isi.pegasus.planner.parser.dax with parameters of type TransformationCatalogEntry Modifier and Type Method Description voidCallback. cbExecutable(TransformationCatalogEntry tce)Callback when a transformation catalog entry is encountered in the DAX from Section 2: Executables that list entries in a Transformaton CatalogvoidDAX2CDAG. cbExecutable(TransformationCatalogEntry tce)Callback when a transformation catalog entry is encountered in the DAXvoidDAX2Graph. cbExecutable(TransformationCatalogEntry tce)Callback when a transformation catalog entry is encountered in the DAXvoidDAX2Metadata. cbExecutable(TransformationCatalogEntry tce)Callback when a transformation catalog entry is encountered in the DAXvoidDAX2NewGraph. cbExecutable(TransformationCatalogEntry tce)Callback when a transformation catalog entry is encountered in the DAXvoidExampleDAXCallback. 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 Modifier and Type Method Description private TransformationCatalogEntryPDAX2MDAG. 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_LOCATIONprivate TransformationCatalogEntryPDAX2MDAG. 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 TransformationCatalogEntryPDAX2MDAG. defaultTCEntry(java.lang.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 Modifier and Type Field Description private TransformationCatalogEntryReplicaCatalogBridge. mDefaultTCRCEntryThe default tc entry.Methods in edu.isi.pegasus.planner.refiner that return TransformationCatalogEntry Modifier and Type Method Description private TransformationCatalogEntryDeployWorkerPackage. addDefaultTCEntry(java.lang.String site, java.lang.String pegasusHome, SysInfo sysinfo, boolean useFullPath, java.lang.String name, java.lang.String executable)Returns a default TC entry to be used in case entry is not found in the transformation catalog.protected TransformationCatalogEntryDeployWorkerPackage. addDefaultTCEntryForPegasusWebsite(java.lang.String site, java.lang.String name)Returns a default TC entry for the pegasus site.private TransformationCatalogEntryRemoveDirectory. defaultTCEntry(SiteCatalogEntry site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.private TransformationCatalogEntryReplicaCatalogBridge. defaultTCRCEntry()Returns a default TC entry to be used in case entry is not found in the transformation catalog.private TransformationCatalogEntryDeployWorkerPackage. defaultUntarTCEntry(SiteCatalogEntry site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.private TransformationCatalogEntryInterPoolEngine. selectTCEntry(java.util.List entries, Job job, java.lang.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 Modifier and Type Method Description private TransformationCatalogEntryCleanup. defaultTCEntry(java.lang.String site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.private static TransformationCatalogEntryRM. defaultTCEntry()Returns a default TransformationCatalogEntry object for the rm executable.protected TransformationCatalogEntryCleanup. getTCEntry(java.lang.String site)Returns the TCEntry object for the rm executable on a grid stagingSite.protected TransformationCatalogEntryRM. getTCEntry(java.lang.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 Modifier and Type Method Description private TransformationCatalogEntryDefaultImplementation. defaultTCEntry(java.lang.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 Modifier and Type Method Description protected intAlgorithm. getExpectedRuntime(Job job, TransformationCatalogEntry entry)Return expected runtime.protected doubleAlgorithm. 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 Modifier and Type Method Description TransformationCatalogEntryImplementation. getTransformationCatalogEntry(java.lang.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 Modifier and Type Method Description protected TransformationCatalogEntryAbstractMultipleFTPerXFERJob. defaultTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String executableBasename, java.lang.String site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.protected TransformationCatalogEntryGUC. defaultTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.private TransformationCatalogEntryAbstract. defaultXBitTCEntry(java.lang.String site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.TransformationCatalogEntryGUC. getTransformationCatalogEntry(java.lang.String siteHandle, int jobClass)Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation.TransformationCatalogEntryStork. getTransformationCatalogEntry(java.lang.String siteHandle, int jobClass)Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation.TransformationCatalogEntryT2. getTransformationCatalogEntry(java.lang.String siteHandle, int jobClass)Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation.TransformationCatalogEntryTransfer. getTransformationCatalogEntry(java.lang.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 Modifier and Type Method Description protected TransformationCatalogEntryTransfer. defaultTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String executableBasename, java.lang.String site)Returns a default TC entry to be used in case entry is not found in the transformation catalog.TransformationCatalogEntryTransfer. getTransformationCatalogEntry(java.lang.String siteHandle)Retrieves the transformation catalog entry for the executable that is being used to transfer the files in the implementation.
-