| 接口 | 说明 |
|---|---|
| Fetcher<T,Split> |
Fetcher to fetch data of a table split, the split is either snapshot split
SnapshotSplit
or stream split StreamSplit. |
| FetchTask<Split> |
The task to fetching data of a Split.
|
| FetchTask.Context |
Base context used in the execution of fetch task.
|
| 类 | 说明 |
|---|---|
| JdbcSourceFetchTaskContext |
The context for fetch task that fetching data of snapshot split from JDBC data source.
|
| JdbcSourceScanFetcher |
Fetcher to fetch data from table split, the split is the snapshot split
SnapshotSplit. |
| JdbcSourceStreamFetcher |
Fetcher to fetch data from table split, the split is the stream split
StreamSplit. |
Copyright © 2022 10MG. All rights reserved.