| Interface | Description |
|---|---|
| JdbcBatchingOutputFormat.RecordExtractor<F,T> |
An interface to extract a value from given argument.
|
| JdbcBatchingOutputFormat.StatementExecutorFactory<T extends JdbcBatchStatementExecutor<?>> |
A factory for creating
JdbcBatchStatementExecutor instance. |
| Class | Description |
|---|---|
| AbstractJdbcOutputFormat<T> |
Base jdbc outputFormat.
|
| GenericJdbcSinkFunction<T> |
A generic SinkFunction for JDBC.
|
| JdbcBatchingOutputFormat<In,JdbcIn,JdbcExec extends JdbcBatchStatementExecutor<JdbcIn>> |
A JDBC outputFormat that supports batching records before writing records to database.
|
| JdbcBatchingOutputFormat.Builder |
Builder for a
JdbcBatchingOutputFormat. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.