org.apache.spark.sql.crossdata

catalog

package catalog

Visibility
  1. Public
  2. All

Type Members

  1. trait CatalogCommon extends SparkLoggerComponent

  2. class DerbyCatalog extends XDCatalog with SparkLoggerComponent

    Default implementation of the catalog.XDCatalog with persistence using Derby.

  3. class MySQLCatalog extends XDCatalog with SparkLoggerComponent

    Default implementation of the catalog.XDCatalog with persistence using Jdbc.

  4. class PostgreSQLCatalog extends XDCatalog with SparkLoggerComponent

    Default implementation of the org.apache.spark.sql.crossdata.catalog.XDCatalog with persistence using Jdbc.

  5. abstract class XDCatalog extends Catalog with CatalogCommon with Serializable

    CrossdataCatalog aims to provide a mechanism to persist the org.apache.spark.sql.catalyst.analysis.Catalog metadata.

  6. abstract class XDStreamingCatalog extends CatalogCommon with Serializable

    CrossdataStreamingCatalog aims to provide a mechanism to persist the Streaming metadata executions.

  7. class ZookeeperCatalog extends XDCatalog

    Default implementation of the org.apache.spark.sql.crossdata.catalog.XDCatalog with persistence using Zookeeper.

  8. class ZookeeperStreamingCatalog extends XDStreamingCatalog

Value Members

  1. object DerbyCatalog extends Serializable

  2. object MySQLCatalog extends Serializable

  3. object PostgreSQLCatalog extends Serializable

  4. object XDCatalog extends CrossdataSerializer with Serializable

Ungrouped