Package org.apache.flink.streaming.examples.iteration
-
Class Summary Class Description IterateExample Example illustrating iterations in Flink streaming.IterateExample.InputMap Map the inputs so that the next Fibonacci numbers can be calculated while preserving the original input tuple.IterateExample.OutputMap Giving back the input pair and the counter.IterateExample.Step Iteration step function that calculates the next Fibonacci number.