io.eels.component.jdbc

JdbcSink

case class JdbcSink(connFn: () ⇒ Connection, table: String, createTable: Boolean = false, batchSize: Int = 1000, batchesPerCommit: Int = 0, dialect: Option[JdbcDialect] = scala.None, threads: Int = 4) extends Sink with Logging with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, scala.Equals, Logging, Sink, Using, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JdbcSink
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. Sink
  8. Using
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcSink(connFn: () ⇒ Connection, table: String, createTable: Boolean = false, batchSize: Int = 1000, batchesPerCommit: Int = 0, dialect: Option[JdbcDialect] = scala.None, threads: Int = 4)

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. val batchSize: Int

  8. val batchesPerCommit: Int

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val connFn: () ⇒ Connection

  11. val createTable: Boolean

  12. val dialect: Option[JdbcDialect]

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

    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

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

    Definition Classes
    Any
  17. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. def open(schema: StructType): JdbcSinkWriter

    Definition Classes
    JdbcSinkSink
  22. def open(schema: StructType, n: Int): Seq[SinkWriter]

    Definition Classes
    Sink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. val table: String

  25. val threads: Int

  26. def using[T, U <: AnyRef { def close(): Unit }](closeable: U)(f: (U) ⇒ T): T

    Definition Classes
    Using
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withBatchSize(batchSize: Int): JdbcSink

  31. def withBatchesPerCommit(commitSize: Int): JdbcSink

  32. def withCreateTable(createTable: Boolean): JdbcSink

  33. def withDialect(dialect: JdbcDialect): JdbcSink

  34. def withThreads(threads: Int): JdbcSink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from Logging

Inherited from Sink

Inherited from Using

Inherited from AnyRef

Inherited from Any

Ungrouped