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> ASourceimplementation that reads data from a list or from aFromElementsSource.ElementsSupplierand stops reading at the fixed position.FromElementsSourceReader<T> ASourceReaderimplementation that reads data from aFromElementsSource.ElementsSupplier.