T - type of records that the factory producesDynamicTableSourceFactory. The new
interface creates instances of DynamicTableSource. See FLIP-95 for more information.@Deprecated @PublicEvolving public interface StreamTableSourceFactory<T> extends org.apache.flink.table.factories.TableSourceFactory<T>
TableSourceFactory for more information.| 限定符和类型 | 方法和说明 |
|---|---|
default StreamTableSource<T> |
createStreamTableSource(Map<String,String> properties)
已过时。
Context contains more information, and already contains table schema too.
Please use TableSourceFactory.createTableSource(Context) instead. |
default org.apache.flink.table.sources.TableSource<T> |
createTableSource(Map<String,String> properties)
已过时。
Only create a stream table source.
|
@Deprecated default StreamTableSource<T> createStreamTableSource(Map<String,String> properties)
Context contains more information, and already contains table schema too.
Please use TableSourceFactory.createTableSource(Context) instead.StreamTableSource using the given properties.properties - normalized properties describing a stream table source.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.