| Class | Description |
|---|---|
| FiniteTestSource<T> |
A stream source that: 1) emits a list of elements without allowing checkpoints, 2) then waits for
two more checkpoints to complete, 3) then re-emits the same elements before 4) waiting for
another two checkpoints and 5) exiting.
|
| StreamCollector |
A simple utility for collecting all the elements in a
DataStream. |
| StreamCollectorExtension |
A simple utility for collecting all the elements in a
DataStream. |
| TestStreamEnvironment |
A
StreamExecutionEnvironment that executes its jobs on MiniCluster. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.