com.stratio.crossdata.connector.mongodb

DefaultSource

class DefaultSource extends datasource.mongodb.DefaultSource with TableInventory with DataSourceRegister with TableManipulation

Allows creation of MongoDB based tables using the syntax CREATE TEMPORARY TABLE ... USING com.stratio.deep.mongodb. Required options are detailed in com.stratio.datasource.mongodb.config.MongodbConfig

Linear Supertypes
TableManipulation, DataSourceRegister, TableInventory, GenerateConnectorOptions, datasource.mongodb.DefaultSource, CreatableRelationProvider, SchemaRelationProvider, RelationProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultSource
  2. TableManipulation
  3. DataSourceRegister
  4. TableInventory
  5. GenerateConnectorOptions
  6. DefaultSource
  7. CreatableRelationProvider
  8. SchemaRelationProvider
  9. RelationProvider
  10. AnyRef
  11. 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. case class MongodbConnectorConfigBuilder(props: Map[Property, Any] = ...) extends ConfigBuilder[MongodbConnectorConfigBuilder] with Product with Serializable

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. val MongoCollectionPropertyCapped: String

    if the collection is capped

  7. val MongoCollectionPropertyMax: String

    max number of documents

  8. val MongoCollectionPropertySize: String

    collection size

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def createExternalTable(context: SQLContext, tableName: String, databaseName: Option[String], schema: StructType, options: Map[String, String]): Option[Table]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. def exclusionFilter(t: Table): Boolean

    Definition Classes
    DefaultSource → TableInventory
  18. def finalize(): Unit

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

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

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

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

    Definition Classes
    Any
  23. def listTables(context: SQLContext, options: Map[String, String]): Seq[Table]

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    DefaultSource → TableInventory
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def parseParametersWithoutValidation(parameters: Map[String, String]): Config

  28. def shortName(): String

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TableManipulation

Inherited from DataSourceRegister

Inherited from TableInventory

Inherited from GenerateConnectorOptions

Inherited from datasource.mongodb.DefaultSource

Inherited from CreatableRelationProvider

Inherited from SchemaRelationProvider

Inherited from RelationProvider

Inherited from AnyRef

Inherited from Any

Ungrouped