- 所有已实现的接口:
- 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>>
- 封闭类:
- 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.
- 另请参阅:
- 序列化表格