| 接口 | 说明 |
|---|---|
| SplitFetcherTask |
An interface similar to
Runnable but allows throwing exceptions and wakeup. |
| 类 | 说明 |
|---|---|
| SingleThreadFetcherManager<E,SplitT extends org.apache.flink.api.connector.source.SourceSplit> |
A Fetcher Manager with a single fetching thread (I/O thread) that handles all splits
concurrently.
|
| SplitFetcher<E,SplitT extends org.apache.flink.api.connector.source.SourceSplit> |
The internal fetcher runnable responsible for polling message from the external system.
|
| SplitFetcherManager<E,SplitT extends org.apache.flink.api.connector.source.SourceSplit> |
A class responsible for starting the
SplitFetcher and manage the life cycles of them. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.