| Package | Description |
|---|---|
| org.apache.flink.connector.jdbc | |
| org.apache.flink.connector.jdbc.internal | |
| org.apache.flink.connector.jdbc.table | |
| org.apache.flink.connector.jdbc.xa |
Provides exactly-once JDBC sink implementation using Java XA transactions API (JTA).
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcOutputFormat
OutputFormat to write Rows into a JDBC database.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcBatchingOutputFormat<org.apache.flink.api.java.tuple.Tuple2<Boolean,org.apache.flink.types.Row>,org.apache.flink.types.Row,JdbcBatchStatementExecutor<org.apache.flink.types.Row>> |
JdbcBatchingOutputFormat.Builder.build()
Finalizes the configuration and checks validity.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcBatchingOutputFormat<org.apache.flink.table.data.RowData,?,?> |
JdbcDynamicOutputFormatBuilder.build() |
| Constructor and Description |
|---|
JdbcXaSinkFunction(JdbcBatchingOutputFormat<T,T,JdbcBatchStatementExecutor<T>> outputFormat,
XaFacade xaFacade,
XidGenerator xidGenerator,
org.apache.flink.connector.jdbc.xa.XaSinkStateHandler stateHandler,
JdbcExactlyOnceOptions options,
org.apache.flink.connector.jdbc.xa.XaGroupOps xaGroupOps)
Creates a
JdbcXaSinkFunction. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.