Uses of Package
org.apache.flink.connector.base.source.reader.fetcher
Packages that use org.apache.flink.connector.base.source.reader.fetcher
Package
Description
-
Classes in org.apache.flink.connector.base.source.reader.fetcher used by org.apache.flink.connector.base.source.readerClassDescriptionA Fetcher Manager with a single fetching thread (I/O thread) that handles all splits concurrently.A class responsible for starting the
SplitFetcherand manage the life cycles of them. -
Classes in org.apache.flink.connector.base.source.reader.fetcher used by org.apache.flink.connector.base.source.reader.fetcherClassDescriptionThe internal fetcher runnable responsible for polling message from the external system.A class responsible for starting the
SplitFetcherand manage the life cycles of them.An interface similar toRunnablebut allows throwing exceptions and wakeup.