Class IterateExample.InputMap

  • All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapFunction<org.apache.flink.api.java.tuple.Tuple2<Integer,​Integer>,​org.apache.flink.api.java.tuple.Tuple5<Integer,​Integer,​Integer,​Integer,​Integer>>
    Enclosing class:
    IterateExample

    public static class IterateExample.InputMap
    extends Object
    implements org.apache.flink.api.common.functions.MapFunction<org.apache.flink.api.java.tuple.Tuple2<Integer,​Integer>,​org.apache.flink.api.java.tuple.Tuple5<Integer,​Integer,​Integer,​Integer,​Integer>>
    Map the inputs so that the next Fibonacci numbers can be calculated while preserving the original input tuple. A counter is attached to the tuple and incremented in every iteration step.
    See Also:
    Serialized Form