Package

com.datawizards.sparklocal

datastore

Permalink

package datastore

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. datastore
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AvroDataStore(path: String) extends FileDataStore with Product with Serializable

    Permalink
  2. case class CSVDataStore(path: String, delimiter: Char = ',', header: Boolean = true, columns: Seq[String] = Seq.empty, escape: Char = '"', quote: Char = '"') extends FileDataStore with Product with Serializable

    Permalink
  3. trait DBDataStore extends DataStore

    Permalink
  4. sealed trait DataStore extends AnyRef

    Permalink
  5. trait ElasticsearchDataStore extends DataStore

    Permalink
  6. case class ElasticsearchSimpleIndexDataStore(host: String, elasticsearchIndexName: String, elasticsearchTypeName: String) extends ElasticsearchDataStore with Product with Serializable

    Permalink
  7. case class ElasticsearchTimeSeriesIndexDataStore(host: String, elasticsearchIndexPrefix: String, elasticsearchTypeName: String, elasticsearchTimeSeriesGranularity: ElasticsearchTimeSeriesGranularity, elasticsearchTimeSeriesIndexDate: ElasticsearchTimeSeriesIndexDate) extends ElasticsearchDataStore with Product with Serializable

    Permalink
  8. trait FileDataStore extends DataStore

    Permalink
  9. case class H2DataStore(url: String, database: String, table: String, connectionProperties: Properties) extends JdbcDataStore with Product with Serializable

    Permalink
  10. case class HiveDataStore(database: String, table: String) extends DBDataStore with Product with Serializable

    Permalink
  11. trait JdbcDataStore extends DBDataStore

    Permalink
  12. case class JsonDataStore(path: String) extends FileDataStore with Product with Serializable

    Permalink
  13. case class MySQLDataStore(url: String, database: String, table: String, connectionProperties: Properties) extends JdbcDataStore with Product with Serializable

    Permalink
  14. case class ParquetDataStore(path: String) extends FileDataStore with Product with Serializable

    Permalink
  15. case class Stdout(rows: Int = 20) extends Product with Serializable

    Permalink

Value Members

  1. package es

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped