public interface TableSourceFactory extends Factory
TableSource. Each plugin need to have it own
implementation.| 限定符和类型 | 方法和说明 |
|---|---|
default <T,SplitT extends SourceSplit,StateT extends Serializable> |
createSource(TableSourceFactoryContext context)
We will never use this method now.
|
Class<? extends SeaTunnelSource> |
getSourceClass()
TODO: Implement SupportParallelism in the TableSourceFactory instead of the SeaTunnelSource,
Then deprecated the method
|
factoryIdentifier, optionRuledefault <T,SplitT extends SourceSplit,StateT extends Serializable> TableSource<T,SplitT,StateT> createSource(TableSourceFactoryContext context)
context - TableFactoryContextClass<? extends SeaTunnelSource> getSourceClass()
Copyright © 2024 The Apache Software Foundation. All rights reserved.