Class IterateExample.Step
- java.lang.Object
-
- org.apache.flink.api.common.functions.AbstractRichFunction
-
- 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
-
-
Constructor Summary
Constructors Constructor Description Step()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessElement(org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer> value, org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx, org.apache.flink.util.Collector<org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer>> out)
-
-
-
Method Detail
-
processElement
public void processElement(org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer> value, org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx, org.apache.flink.util.Collector<org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer>> out) throws Exception
-
-