Package org.apache.flink.connector.testframe.source
-
Interface Summary Interface Description FromElementsSource.ElementsSupplier<OUT> A supplier of elements that allows to get those from any offset at any time. -
Class Summary Class Description FromElementsSource<OUT> ASource
implementation that reads data from a list or from aFromElementsSource.ElementsSupplier
and stops reading at the fixed position.FromElementsSourceReader<T> ASourceReader
implementation that reads data from aFromElementsSource.ElementsSupplier
.