| 接口 | 说明 |
|---|---|
| RecordEmitter<E,T,SplitStateT> |
Emit a record to the downstream.
|
| RecordsWithSplitIds<E> |
An interface for the elements passed from the fetchers to the source reader.
|
| 类 | 说明 |
|---|---|
| RecordsBySplits<E> |
An implementation of RecordsWithSplitIds to host all the records by splits.
|
| RecordsBySplits.Builder<E> |
A utility builder to collect records in individual calls, rather than put a finished
collection in the
RecordsBySplits.RecordsBySplits(Map, Set) constructor. |
| SingleThreadMultiplexSourceReaderBase<E,T,SplitT extends org.apache.flink.api.connector.source.SourceSplit,SplitStateT> |
A base for
SourceReaders that read splits with one thread using one SplitReader. |
| SourceReaderBase<E,T,SplitT extends org.apache.flink.api.connector.source.SourceSplit,SplitStateT> |
An abstract implementation of
SourceReader which provides some synchronization between
the mail box main thread and the SourceReader internal threads. |
| SourceReaderOptions |
The options that can be set for the
SourceReaderBase. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.