| Package | Description |
|---|---|
| org.apache.flink.connector.base.source.reader.fetcher |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,SplitFetcher<E,SplitT>> |
SplitFetcherManager.fetchers
A map keeping track of all the split fetchers.
|
| Modifier and Type | Method and Description |
|---|---|
protected SplitFetcher<E,SplitT> |
SplitFetcherManager.createSplitFetcher()
Synchronize method to ensure no fetcher is created after the split fetcher manager has
closed.
|
protected SplitFetcher<E,SplitT> |
SingleThreadFetcherManager.getRunningFetcher() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SplitFetcherManager.startFetcher(SplitFetcher<E,SplitT> fetcher) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.