Uses of Class
org.apache.flink.connector.jdbc.internal.JdbcOutputFormat
-
Packages that use JdbcOutputFormat 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). -
-
Uses of JdbcOutputFormat in org.apache.flink.connector.jdbc
Subclasses of JdbcOutputFormat in org.apache.flink.connector.jdbc Modifier and Type Class Description classJdbcRowOutputFormatOutputFormat to write Rows into a JDBC database. -
Uses of JdbcOutputFormat in org.apache.flink.connector.jdbc.internal
Methods in org.apache.flink.connector.jdbc.internal that return JdbcOutputFormat Modifier and Type Method Description JdbcOutputFormat<org.apache.flink.api.java.tuple.Tuple2<Boolean,org.apache.flink.types.Row>,org.apache.flink.types.Row,JdbcBatchStatementExecutor<org.apache.flink.types.Row>>JdbcOutputFormat.Builder. build()Finalizes the configuration and checks validity.Constructors in org.apache.flink.connector.jdbc.internal with parameters of type JdbcOutputFormat Constructor Description GenericJdbcSinkFunction(JdbcOutputFormat<T,?,?> outputFormat) -
Uses of JdbcOutputFormat in org.apache.flink.connector.jdbc.table
Methods in org.apache.flink.connector.jdbc.table that return JdbcOutputFormat Modifier and Type Method Description JdbcOutputFormat<org.apache.flink.table.data.RowData,?,?>JdbcOutputFormatBuilder. build() -
Uses of JdbcOutputFormat in org.apache.flink.connector.jdbc.xa
Constructors in org.apache.flink.connector.jdbc.xa with parameters of type JdbcOutputFormat Constructor Description JdbcXaSinkFunction(JdbcOutputFormat<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 aJdbcXaSinkFunction.
-