| 接口 | 说明 |
|---|---|
| Collector<T> |
A
Collector is used to collect data from SourceReader. |
| SeaTunnelJobAware |
This interface defines the runtime environment of the SeaTunnel job.
|
| SeaTunnelSource<T,SplitT extends SourceSplit,StateT extends Serializable> |
The interface for Source.
|
| SourceEvent |
A base class for the events passed between the
SourceReader and SourceSplitEnumerator. |
| SourceOptions | |
| SourceReader<T,SplitT extends SourceSplit> |
The
SourceReader is used to generate source record, and it will be running at worker. |
| SourceReader.Context | |
| SourceSplit |
An interface for all the Split types to extend.
|
| SourceSplitEnumerator<SplitT extends SourceSplit,StateT> |
The
SourceSplitEnumerator is responsible for enumerating the splits of a source. |
| SourceSplitEnumerator.Context<SplitT extends SourceSplit> | |
| SupportColumnProjection |
Mark whether the Source connector supports ColumnProjection
|
| SupportCoordinate |
Used to mark whether the interface supports coordination.
|
| SupportParallelism |
Mark whether the Source connector supports parallelism
|
| 枚举 | 说明 |
|---|---|
| Boundedness |
Used to define the boundedness of a source.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.