com.stratio.crossdata.connector.elasticsearch

DefaultSource

class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider with TableInventory with DataSourceRegister with TableManipulation with SparkLoggerComponent

This class is used by Spark to create a new ElasticsearchXDRelation

Linear Supertypes
SparkLoggerComponent, Logging, LoggerComponent, TableManipulation, DataSourceRegister, TableInventory, GenerateConnectorOptions, CreatableRelationProvider, SchemaRelationProvider, RelationProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultSource
  2. SparkLoggerComponent
  3. Logging
  4. LoggerComponent
  5. TableManipulation
  6. DataSourceRegister
  7. TableInventory
  8. GenerateConnectorOptions
  9. CreatableRelationProvider
  10. SchemaRelationProvider
  11. RelationProvider
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultSource()

Type Members

  1. trait Logger extends AnyRef

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

    Definition Classes
    SparkLoggerComponent

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. def createExternalTable(context: SQLContext, tableName: String, databaseName: Option[String], schema: StructType, options: Map[String, String]): Option[Table]

    Definition Classes
    DefaultSource → TableManipulation
  9. def createRelation(sqlContext: SQLContext, mode: SaveMode, parameters: Map[String, String], data: DataFrame): BaseRelation

    Definition Classes
    DefaultSource → CreatableRelationProvider
  10. def createRelation(sqlContext: SQLContext, parameters: Map[String, String], schema: StructType): BaseRelation

    Definition Classes
    DefaultSource → SchemaRelationProvider
  11. def createRelation(sqlContext: SQLContext, parameters: Map[String, String]): BaseRelation

    Definition Classes
    DefaultSource → RelationProvider
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def exclusionFilter(table: Table): Boolean

    Definition Classes
    TableInventory
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def generateConnectorOpts(item: Table, userOpts: Map[String, String]): Map[String, String]

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DefaultSource → GenerateConnectorOptions
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  21. def listTables(context: SQLContext, options: Map[String, String]): Seq[Table]

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DefaultSource → TableInventory
  22. def log: org.slf4j.Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  29. def logName: String

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  34. val logger: Logger

    Definition Classes
    SparkLoggerComponent → LoggerComponent
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def shortName(): String

    Definition Classes
    DefaultSource → DataSourceRegister
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SparkLoggerComponent

Inherited from Logging

Inherited from LoggerComponent

Inherited from TableManipulation

Inherited from DataSourceRegister

Inherited from TableInventory

Inherited from GenerateConnectorOptions

Inherited from CreatableRelationProvider

Inherited from SchemaRelationProvider

Inherited from RelationProvider

Inherited from AnyRef

Inherited from Any

Ungrouped