Class IterateExample.Step

  • All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction
    Enclosing class:
    IterateExample

    public static class IterateExample.Step
    extends org.apache.flink.streaming.api.functions.ProcessFunction<org.apache.flink.api.java.tuple.Tuple5<Integer,​Integer,​Integer,​Integer,​Integer>,​org.apache.flink.api.java.tuple.Tuple5<Integer,​Integer,​Integer,​Integer,​Integer>>
    Iteration step function that calculates the next Fibonacci number.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.flink.streaming.api.functions.ProcessFunction

        org.apache.flink.streaming.api.functions.ProcessFunction.Context, org.apache.flink.streaming.api.functions.ProcessFunction.OnTimerContext
    • Constructor Summary

      Constructors 
      Constructor Description
      Step()