T - type of records that the factory producesDynamicTableSourceFactory. The new
interface creates instances of DynamicTableSource and only works with the Blink
planner. See FLIP-95 for more information.@Deprecated @PublicEvolving public interface BatchTableSourceFactory<T> extends org.apache.flink.table.factories.TableSourceFactory<T>
TableSourceFactory for more information.| Modifier and Type | Method and Description |
|---|---|
BatchTableSource<T> |
createBatchTableSource(Map<String,String> properties)
Deprecated.
Creates and configures a
BatchTableSource using the given properties. |
default org.apache.flink.table.sources.TableSource<T> |
createTableSource(Map<String,String> properties)
Deprecated.
Only create batch table source.
|
BatchTableSource<T> createBatchTableSource(Map<String,String> properties)
BatchTableSource using the given properties.properties - normalized properties describing a batch table source.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.