| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.source | |
| org.apache.flink.streaming.api.functions.source.datagen |
| Modifier and Type | Class and Description |
|---|---|
class |
FromSplittableIteratorFunction<T>
A
SourceFunction that reads elements from an SplittableIterator and emits them. |
class |
InputFormatSourceFunction<OUT>
A
SourceFunction that reads data using an InputFormat. |
class |
RichParallelSourceFunction<OUT>
Base class for implementing a parallel data source.
|
class |
StatefulSequenceSource
A stateful streaming source that emits each number from a given interval exactly once, possibly
in parallel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataGeneratorSource<T>
A data generator source that abstract data generator.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.