public static class IterateExample.OutputMap extends Object implements MapFunction<Tuple5<Integer,Integer,Integer,Integer,Integer>,Tuple2<Tuple2<Integer,Integer>,Integer>>
public Tuple2<Tuple2<Integer,Integer>,Integer> map(Tuple5<Integer,Integer,Integer,Integer,Integer> value) throws Exception
MapFunction
map
in interface MapFunction<Tuple5<Integer,Integer,Integer,Integer,Integer>,Tuple2<Tuple2<Integer,Integer>,Integer>>
value
- The input value.Exception
- This method may throw exceptions. Throwing an exception will cause the operation
to fail and may trigger recovery.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.