| JSONGenerator |
Helper class for generating a JSON representation from a StreamGraph.
|
| NonChainedOutput |
Used by operator chain and represents a non-chained output of the corresponding stream operator.
|
| SimpleTransformationTranslator<OUT,T extends org.apache.flink.api.dag.Transformation<OUT>> |
A base class for all TransformationTranslators who translate
Transformations that have a single operator in their runtime
implementation.
|
| StreamConfig |
|
| StreamConfig.NetworkInputConfig |
|
| StreamConfig.SourceInputConfig |
A serialized representation of an input.
|
| StreamEdge |
An edge in the streaming topology.
|
| StreamGraph |
Class representing the streaming topology.
|
| StreamGraphGenerator |
A generator that generates a StreamGraph from a graph of Transformations.
|
| StreamGraphHasherV2 |
StreamGraphHasher from Flink 1.2.
|
| StreamGraphUserHashHasher |
StreamGraphHasher that works with user provided hashes.
|
| StreamingJobGraphGenerator |
The StreamingJobGraphGenerator converts a StreamGraph into a JobGraph.
|
| StreamNode |
Class representing the operators in the streaming programs, with all their properties.
|