- All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapFunction<org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer>,org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.api.java.tuple.Tuple2<Integer,Integer>,Integer>>
- Enclosing class:
- IterateExample
public static class IterateExample.OutputMap
extends Object
implements org.apache.flink.api.common.functions.MapFunction<org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer>,org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.api.java.tuple.Tuple2<Integer,Integer>,Integer>>
Giving back the input pair and the counter.
- See Also:
- Serialized Form