@AutoService(value=org.apache.seatunnel.api.table.factory.Factory.class) public class JdbcSourceFactory extends Object implements TableSourceFactory
| 构造器和说明 |
|---|
JdbcSourceFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T,SplitT extends SourceSplit,StateT extends Serializable> |
createSource(TableSourceFactoryContext context) |
String |
factoryIdentifier() |
Class<? extends SeaTunnelSource> |
getSourceClass() |
OptionRule |
optionRule() |
public String factoryIdentifier()
factoryIdentifier 在接口中 Factorypublic <T,SplitT extends SourceSplit,StateT extends Serializable> TableSource<T,SplitT,StateT> createSource(TableSourceFactoryContext context)
createSource 在接口中 TableSourceFactorypublic OptionRule optionRule()
optionRule 在接口中 Factorypublic Class<? extends SeaTunnelSource> getSourceClass()
getSourceClass 在接口中 TableSourceFactoryCopyright © 2024 The Apache Software Foundation. All rights reserved.