Package

io.eels.component

jdbc

Permalink

package jdbc

Visibility
  1. Public
  2. All

Type Members

  1. class BoundedThreadPoolExecutor extends ThreadPoolExecutor with AutoCloseable

    Permalink
  2. trait GenericJdbcDialect extends JdbcDialect with StrictLogging

    Permalink
  3. trait JdbcDialect extends AnyRef

    Permalink
  4. class JdbcInserter extends StrictLogging

    Permalink
  5. case class JdbcSink(url: String, table: String, props: JdbcSinkProps = JdbcSinkProps()) extends Sink with StrictLogging with Product with Serializable

    Permalink
  6. case class JdbcSinkProps(createTable: Boolean = false, batchSize: Int = 10000, dialectFn: (String) ⇒ JdbcDialect = url => JdbcDialect(url), threads: Int = 4) extends Product with Serializable

    Permalink
  7. case class JdbcSource(url: String, query: String, props: JdbcSourceProps = JdbcSourceProps(100)) extends Source with StrictLogging with Using with Product with Serializable

    Permalink
  8. case class JdbcSourceProps(fetchSize: Int, dialect: Option[JdbcDialect] = None) extends Product with Serializable

    Permalink
  9. class JdbcWriter extends Writer with StrictLogging

    Permalink

Value Members

  1. object GenericJdbcDialect extends GenericJdbcDialect

    Permalink
  2. object JdbcDialect

    Permalink
  3. object SchemaBuilder extends StrictLogging

    Permalink

Ungrouped