Uses of Interface
edu.isi.pegasus.planner.catalog.Catalog
-
-
Uses of Catalog in edu.isi.pegasus.planner.catalog
Subinterfaces of Catalog in edu.isi.pegasus.planner.catalog Modifier and Type Interface Description interfaceReplicaCatalogThis interface describes a minimum set of essential tasks required from a replica catalog.interfaceSiteCataloginterfaceTransformationCatalogThis class is an interface to the various TxCatalog implementations that Pegasus will use.interfaceWorkCatalogThe catalog interface to the Work Catalog, the erstwhile Work DB, that is populated by tailstatd and associates. -
Uses of Catalog in edu.isi.pegasus.planner.catalog.replica.impl
Classes in edu.isi.pegasus.planner.catalog.replica.impl that implement Catalog Modifier and Type Class Description classDirectoryThis class implements a replica catalog on top of a directory.classFlushedCacheThis class implements a replica catalog which directly writes to the output file.classJDBCRCThis class implements a replica catalog on top of a simple table in a JDBC database.classMRCA multiple replica catalog implementation that allows users to query different multiple catalogs at the same time.classRegexThis class implements a replica catalog on top of a simple file with regular expression based entries, which contains two or more columns.classSimpleFileThis class implements a replica catalog on top of a simple file which contains two or more columns. -
Uses of Catalog in edu.isi.pegasus.planner.catalog.site.impl
Classes in edu.isi.pegasus.planner.catalog.site.impl that implement Catalog Modifier and Type Class Description classOSGMMThe OSGMM implementation of the Site Catalog interface.classXMLAn implementation of the Site Catalog interface that is backed up by an XML file conforming to site catalog xml schema version 3.classXML2A back port to old site catalog schema for the current Site Catalog API This class parses XML documents that conform to site catalog schema version 2. -
Uses of Catalog in edu.isi.pegasus.planner.catalog.transformation.impl
Classes in edu.isi.pegasus.planner.catalog.transformation.impl that implement Catalog 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. -
Uses of Catalog in edu.isi.pegasus.planner.catalog.work
Classes in edu.isi.pegasus.planner.catalog.work that implement Catalog Modifier and Type Class Description classDatabaseThis class implements a work catalog on top of a simple table in a JDBC database.
-