| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.source | |
| org.apache.flink.streaming.api.functions.source.datagen |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DataGeneratorSource<T>
A data generator source that abstract data generator.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.