Uses of Interface
edu.isi.pegasus.planner.catalog.TransformationCatalog
-
-
Uses of TransformationCatalog in edu.isi.pegasus.planner.catalog.transformation
Fields in edu.isi.pegasus.planner.catalog.transformation declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
Mapper. mTCHandle
The handle to the tranformation catalog.Methods in edu.isi.pegasus.planner.catalog.transformation that return TransformationCatalog Modifier and Type Method Description static TransformationCatalog
TCMode. loadInstance()
The overloaded method which is to be used internally in Pegasus.static TransformationCatalog
TCMode. loadInstance(java.lang.String tcClass, java.lang.Object[] args)
Loads the appropriate TC implementing Class with the given arguments.static TransformationCatalog
TransformationFactory. loadInstance()
Connects the interface with the transformation catalog implementation.static TransformationCatalog
TransformationFactory. loadInstance(PegasusBag bag)
Connects the interface with the transformation catalog implementation.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 TransformationCatalog in edu.isi.pegasus.planner.catalog.transformation.client
Fields in edu.isi.pegasus.planner.catalog.transformation.client declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
Client. tc
Constructors in edu.isi.pegasus.planner.catalog.transformation.client with parameters of type TransformationCatalog Constructor Description TCAdd(TransformationCatalog tc, LogManager mLogger, java.util.Map argsmap)
TCDelete(TransformationCatalog tc, LogManager mLogger, java.util.Map argsmap)
TCQuery(TransformationCatalog tc, LogManager mLogger, java.util.Map argsmap)
-
Uses of TransformationCatalog in edu.isi.pegasus.planner.catalog.transformation.impl
Classes in edu.isi.pegasus.planner.catalog.transformation.impl that implement TransformationCatalog Modifier and Type Class Description class
Abstract
An abstract base class that provides useful methods for all the TransformationCatalog Implementations to use.class
Database
class
File
This is the new file based TC implementation storing the contents of the file in memory.class
Text
A File based Transformation Catalog where each entry spans multiple lines.Methods in edu.isi.pegasus.planner.catalog.transformation.impl that return TransformationCatalog Modifier and Type Method Description static TransformationCatalog
Database. getInstance()
Deprecated.static TransformationCatalog
File. getInstance()
Deprecated. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as TransformationCatalog Modifier and Type Field Description private TransformationCatalog
PegasusBag. mTCHandle
The handle to the transformation catalog.Methods in edu.isi.pegasus.planner.classes that return TransformationCatalog Modifier and Type Method Description TransformationCatalog
PegasusBag. getHandleToTransformationCatalog()
A convenice method to get the handle to the transformation catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.client
Fields in edu.isi.pegasus.planner.client declared as TransformationCatalog Modifier and Type Field Description private TransformationCatalog
TCClient. tc
-
Uses of TransformationCatalog in edu.isi.pegasus.planner.cluster.aggregator
Fields in edu.isi.pegasus.planner.cluster.aggregator declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
Abstract. mTCHandle
The handle to the transformation catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.code.generator.condor
Fields in edu.isi.pegasus.planner.code.generator.condor declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
CondorGenerator. mTCHandle
Handle to the Transformation Catalog.private TransformationCatalog
SUBDAXGenerator. mTCHandle
The handle to the transformation catalog -
Uses of TransformationCatalog in edu.isi.pegasus.planner.code.gridstart
Fields in edu.isi.pegasus.planner.code.gridstart declared as TransformationCatalog Modifier and Type Field Description private TransformationCatalog
Kickstart. mTCHandle
Handle to Transformation Catalog.private TransformationCatalog
PegasusLite. mTCHandle
Handle to Transformation Catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.parser.pdax
Fields in edu.isi.pegasus.planner.parser.pdax declared as TransformationCatalog Modifier and Type Field Description private TransformationCatalog
PDAX2MDAG. mTCHandle
The handle to the transformation catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
Engine. mTCHandle
The handle to the Transformation Catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.refiner.cleanup
Fields in edu.isi.pegasus.planner.refiner.cleanup declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
Cleanup. mTCHandle
The handle to the transformation catalog.protected TransformationCatalog
RM. mTCHandle
The handle to the transformation catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.refiner.createdir
Fields in edu.isi.pegasus.planner.refiner.createdir declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
DefaultImplementation. mTCHandle
The handle to the transformation catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.selector.site.heft
Fields in edu.isi.pegasus.planner.selector.site.heft declared as TransformationCatalog Modifier and Type Field Description private TransformationCatalog
Algorithm. mTCHandle
The handle to the transformation catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.transfer.implementation
Fields in edu.isi.pegasus.planner.transfer.implementation declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
Abstract. mTCHandle
The handle to the Transformation Catalog. -
Uses of TransformationCatalog in edu.isi.pegasus.planner.transfer.sls
Fields in edu.isi.pegasus.planner.transfer.sls declared as TransformationCatalog Modifier and Type Field Description protected TransformationCatalog
Transfer. mTCHandle
The handle to the transformation catalog.
-