Package

io.github.interestinglab.waterdrop.output

batch

Permalink

package batch

Visibility
  1. Public
  2. All

Type Members

  1. class Clickhouse extends BaseOutput

    Permalink
  2. class Elasticsearch extends BaseOutput

    Permalink
  3. class File extends FileOutputBase

    Permalink
  4. abstract class FileOutputBase extends BaseOutput

    Permalink
  5. class Hdfs extends FileOutputBase

    Permalink
  6. class Jdbc extends BaseOutput

    Permalink

    Jdbc Output is able to specify driver class while Mysql Output's driver is bound to com.mysql.jdbc.Driver etc.

    Jdbc Output is able to specify driver class while Mysql Output's driver is bound to com.mysql.jdbc.Driver etc. When using Jdbc Output, class of jdbc driver must can be found in classpath. JDBC Output supports at least: MySQL, Oracle, PostgreSQL, SQLite

  7. class Kafka extends BaseOutput

    Permalink
  8. class Kudu extends BaseOutput

    Permalink
  9. class MongoDB extends BaseOutput

    Permalink
  10. class Mysql extends BaseOutput

    Permalink
  11. class S3 extends FileOutputBase

    Permalink
  12. class Stdout extends BaseOutput

    Permalink
  13. class Tidb extends BaseOutput

    Permalink

Ungrouped