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 TransformationCatalogMapper. mTCHandleThe handle to the tranformation catalog.Methods in edu.isi.pegasus.planner.catalog.transformation that return TransformationCatalog Modifier and Type Method Description static TransformationCatalogTCMode. loadInstance()The overloaded method which is to be used internally in Pegasus.static TransformationCatalogTCMode. loadInstance(java.lang.String tcClass, java.lang.Object[] args)Loads the appropriate TC implementing Class with the given arguments.static TransformationCatalogTransformationFactory. loadInstance()Connects the interface with the transformation catalog implementation.static TransformationCatalogTransformationFactory. loadInstance(PegasusBag bag)Connects the interface with the transformation catalog implementation.static TransformationCatalogTransformationFactory. loadInstance(PegasusProperties properties)Connects the interface with the transformation catalog implementation.static TransformationCatalogTransformationFactory. 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 TransformationCatalogClient. tcConstructors 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 classAbstractAn abstract base class that provides useful methods for all the TransformationCatalog Implementations to use.classDatabaseclassFileThis is the new file based TC implementation storing the contents of the file in memory.classTextA 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 TransformationCatalogDatabase. getInstance()Deprecated.static TransformationCatalogFile. 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 TransformationCatalogPegasusBag. mTCHandleThe handle to the transformation catalog.Methods in edu.isi.pegasus.planner.classes that return TransformationCatalog Modifier and Type Method Description TransformationCatalogPegasusBag. 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 TransformationCatalogTCClient. 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 TransformationCatalogAbstract. mTCHandleThe 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 TransformationCatalogCondorGenerator. mTCHandleHandle to the Transformation Catalog.private TransformationCatalogSUBDAXGenerator. mTCHandleThe 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 TransformationCatalogKickstart. mTCHandleHandle to Transformation Catalog.private TransformationCatalogPegasusLite. mTCHandleHandle 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 TransformationCatalogPDAX2MDAG. mTCHandleThe 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 TransformationCatalogEngine. mTCHandleThe 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 TransformationCatalogCleanup. mTCHandleThe handle to the transformation catalog.protected TransformationCatalogRM. mTCHandleThe 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 TransformationCatalogDefaultImplementation. mTCHandleThe 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 TransformationCatalogAlgorithm. mTCHandleThe 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 TransformationCatalogAbstract. mTCHandleThe 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 TransformationCatalogTransfer. mTCHandleThe handle to the transformation catalog.
-