Interface JdbcOutputFormat.StatementExecutorFactory<T extends JdbcBatchStatementExecutor<?>>

  • Type Parameters:
    T - The type of instance.
    All Superinterfaces:
    java.util.function.Function<org.apache.flink.api.common.functions.RuntimeContext,​T>, Serializable, org.apache.flink.util.function.SerializableFunction<org.apache.flink.api.common.functions.RuntimeContext,​T>
    Enclosing class:
    JdbcOutputFormat<In,​JdbcIn,​JdbcExec extends JdbcBatchStatementExecutor<JdbcIn>>

    public static interface JdbcOutputFormat.StatementExecutorFactory<T extends JdbcBatchStatementExecutor<?>>
    extends org.apache.flink.util.function.SerializableFunction<org.apache.flink.api.common.functions.RuntimeContext,​T>
    A factory for creating JdbcBatchStatementExecutor instance.
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose