| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.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. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.