T - type of records that the factory produces@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)
Creates and configures a
BatchTableSource using the given properties. |
default org.apache.flink.table.sources.TableSource<T> |
createTableSource(Map<String,String> properties)
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–2020 The Apache Software Foundation. All rights reserved.