| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.source | |
| org.apache.seatunnel.api.table.connector | |
| org.apache.seatunnel.api.table.factory |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
SeaTunnelSource<T,SplitT extends SourceSplit,StateT extends Serializable>
The interface for Source.
|
interface |
SourceReader<T,SplitT extends SourceSplit>
The
SourceReader is used to generate source record, and it will be running at worker. |
interface |
SourceSplitEnumerator<SplitT extends SourceSplit,StateT>
The
SourceSplitEnumerator is responsible for enumerating the splits of a source. |
static interface |
SourceSplitEnumerator.Context<SplitT extends SourceSplit> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
TableSource<T,SplitT extends SourceSplit,StateT extends Serializable>
Used to support authentication and processing of
SupportReadingMetadata |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,SplitT extends SourceSplit,StateT extends Serializable> |
FactoryUtil.createAndPrepareSource(ReadonlyConfig options,
ClassLoader classLoader,
String factoryIdentifier) |
default <T,SplitT extends SourceSplit,StateT extends Serializable> |
TableSourceFactory.createSource(TableSourceFactoryContext context)
We will never use this method now.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.