T - type of records that the factory consumesDynamicTableSinkFactory. The new
interface creates instances of DynamicTableSink and only works with the Blink
planner. See FLIP-95 for more information.@Deprecated @PublicEvolving public interface BatchTableSinkFactory<T> extends org.apache.flink.table.factories.TableSinkFactory<T>
TableSinkFactory for more information.| Modifier and Type | Method and Description |
|---|---|
BatchTableSink<T> |
createBatchTableSink(Map<String,String> properties)
Deprecated.
Creates and configures a
BatchTableSink using the given properties. |
default org.apache.flink.table.sinks.TableSink<T> |
createTableSink(Map<String,String> properties)
Deprecated.
Only create batch table sink.
|
BatchTableSink<T> createBatchTableSink(Map<String,String> properties)
BatchTableSink using the given properties.properties - normalized properties describing a table sink.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.