org.apache.spark.sql.crossdata.catalog

XDCatalog

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.

Linear Supertypes
Serializable, Serializable, CatalogCommon, SparkLoggerComponent, Logging, LoggerComponent, Catalog, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XDCatalog
  2. Serializable
  3. Serializable
  4. CatalogCommon
  5. SparkLoggerComponent
  6. Logging
  7. LoggerComponent
  8. Catalog
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XDCatalog(conf: CatalystConf = ..., xdContext: XDContext)

Type Members

  1. trait Logger extends AnyRef

    Definition Classes
    LoggerComponent
  2. class SparkLogger extends com.stratio.common.utils.components.logger.impl.SparkLoggerComponent.Logger

    Definition Classes
    SparkLoggerComponent

Abstract Value Members

  1. abstract def checkConnectivity: Boolean

    Check the connection to the set Catalog

  2. abstract def dropAllPersistedTables(): Unit

    Attributes
    protected
  3. abstract def dropAllPersistedViews(): Unit

    Attributes
    protected
  4. abstract def dropPersistedTable(tableIdentifier: TableIdentifier): Unit

    Drop table(s)/view(s) if exists.

    Drop table(s)/view(s) if exists.

    Attributes
    protected
  5. abstract def dropPersistedView(viewIdentifier: ViewIdentifier): Unit

    Attributes
    protected
  6. abstract def listPersistedTables(databaseName: Option[String]): Seq[(String, Boolean)]

  7. abstract def lookupTable(tableIdentifier: TableIdentifier): Option[CrossdataTable]

    Attributes
    protected
  8. abstract def lookupView(viewIdentifier: ViewIdentifier): Option[String]

    Attributes
    protected
  9. abstract def persistTableMetadata(crossdataTable: CrossdataTable): Unit

    Attributes
    protected[org.apache.spark.sql.crossdata]
  10. abstract def persistViewMetadata(tableIdentifier: ViewIdentifier, sqlText: String): Unit

    Attributes
    protected[org.apache.spark.sql.crossdata]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val conf: CatalystConf

    Definition Classes
    XDCatalog → Catalog
  9. def createLogicalRelation(crossdataTable: CrossdataTable): LogicalRelation

    Attributes
    protected[org.apache.spark.sql.crossdata]
  10. final def dropAllTables(): Unit

  11. final def dropAllViews(): Unit

  12. final def dropTable(tableIdentifier: TableIdentifier): Unit

  13. final def dropView(viewIdentifier: ViewIdentifier): Unit

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getTableName(tableIdent: TableIdentifier): String

    Get the table name of TableIdentifier for temporary tables.

    Get the table name of TableIdentifier for temporary tables.

    Attributes
    protected
    Definition Classes
    XDCatalog → Catalog
  19. def getTables(databaseName: Option[String]): Seq[(String, Boolean)]

    Definition Classes
    XDCatalog → Catalog
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  23. def log: slf4j.Logger

    Attributes
    protected
    Definition Classes
    Logging
  24. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  25. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  26. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  27. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  28. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  29. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  30. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  31. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  32. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  33. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  34. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  35. val logger: Logger

    Definition Classes
    SparkLoggerComponent → LoggerComponent
  36. def lookupRelation(relationIdentifier: TableIdentifier, alias: Option[String]): LogicalPlan

    Definition Classes
    XDCatalog → Catalog
  37. def lookupRelationCache(tableIdentifier: TableIdentifier, alias: Option[String]): Option[LogicalPlan]

  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def notFound(resource: String): Nothing

    Attributes
    protected
    Definition Classes
    CatalogCommon
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. final def persistTable(crossdataTable: CrossdataTable, table: LogicalPlan): Unit

  43. final def persistView(tableIdentifier: ViewIdentifier, plan: LogicalPlan, sqlText: String): Unit

  44. def refreshTable(tableIdentifier: TableIdentifier): Unit

    Definition Classes
    XDCatalog → Catalog
  45. def registerTable(tableIdentifier: TableIdentifier, plan: LogicalPlan): Unit

    Definition Classes
    XDCatalog → Catalog
  46. def registerView(tableIdentifier: ViewIdentifier, plan: LogicalPlan): Unit

  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def tableExists(tableIdentifier: TableIdentifier): Boolean

    Definition Classes
    XDCatalog → Catalog
  49. def tableExistsInPersistedCatalog(tableIdentifier: TableIdentifier): Boolean

  50. val tables: HashMap[String, LogicalPlan]

  51. def toString(): String

    Definition Classes
    AnyRef → Any
  52. def unregisterAllTables(): Unit

    Definition Classes
    XDCatalog → Catalog
  53. def unregisterTable(tableIdentifier: TableIdentifier): Unit

    Definition Classes
    XDCatalog → Catalog
  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from CatalogCommon

Inherited from SparkLoggerComponent

Inherited from Logging

Inherited from LoggerComponent

Inherited from Catalog

Inherited from AnyRef

Inherited from Any

Ungrouped