Uses of Class
org.apache.flink.connector.jdbc.internal.JdbcOutputFormat.Builder
-
Packages that use JdbcOutputFormat.Builder Package Description org.apache.flink.connector.jdbc.internal -
-
Uses of JdbcOutputFormat.Builder in org.apache.flink.connector.jdbc.internal
Methods in org.apache.flink.connector.jdbc.internal that return JdbcOutputFormat.Builder Modifier and Type Method Description static JdbcOutputFormat.BuilderJdbcOutputFormat. builder()JdbcOutputFormat.BuilderJdbcOutputFormat.Builder. setFieldNames(String[] fieldNames)required, field names of this jdbc sink.JdbcOutputFormat.BuilderJdbcOutputFormat.Builder. setFieldTypes(int[] fieldTypes)required, field types of this jdbc sink.JdbcOutputFormat.BuilderJdbcOutputFormat.Builder. setFlushIntervalMills(long flushIntervalMills)optional, flush interval mills, over this time, asynchronous threads will flush data.JdbcOutputFormat.BuilderJdbcOutputFormat.Builder. setFlushMaxSize(int flushMaxSize)optional, flush max size (includes all append, upsert and delete records), over this number of records, will flush data.JdbcOutputFormat.BuilderJdbcOutputFormat.Builder. setKeyFields(String[] keyFields)required, upsert unique keys.JdbcOutputFormat.BuilderJdbcOutputFormat.Builder. setMaxRetryTimes(int maxRetryTimes)optional, max retry times for jdbc connector.JdbcOutputFormat.BuilderJdbcOutputFormat.Builder. setOptions(InternalJdbcConnectionOptions options)required, jdbc options.
-