| Interface | Description |
|---|---|
| DataGenerator<T> |
Stateful and re-scalable data generator.
|
| Class | Description |
|---|---|
| DataGeneratorSource<T> | Deprecated
Use
org.apache.flink.connector.datagen.source.DataGeneratorSource instead. |
| RandomGenerator<T> |
Random generator.
|
| SequenceGenerator<T> |
A stateful, re-scalable
DataGenerator that emits each number from a given interval
exactly once, possibly in parallel. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.