T
- type of records that the factory produces@PublicEvolving public interface BatchTableSourceFactory<T> extends 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 TableSource<T> |
createTableSource(Map<String,String> properties)
Only create batch table source.
|
createTableSource
requiredContext, supportedProperties
BatchTableSource<T> createBatchTableSource(Map<String,String> properties)
BatchTableSource
using the given properties.properties
- normalized properties describing a batch table source.default TableSource<T> createTableSource(Map<String,String> properties)
createTableSource
in interface TableSourceFactory<T>
properties
- normalized properties describing a table source.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.