T - type of records that the factory produces@PublicEvolving
public interface StreamTableSourceFactory<T>
extends org.apache.flink.table.factories.TableSourceFactory<T>
TableSourceFactory for more information.| Modifier and Type | Method and Description |
|---|---|
default StreamTableSource<T> |
createStreamTableSource(Map<String,String> properties)
Deprecated.
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–2020 The Apache Software Foundation. All rights reserved.