public class NestedKeyDiscarder<IN> extends Object implements MapFunction<IN,Tuple2<byte[],byte[]>>
Constructor and Description |
---|
NestedKeyDiscarder() |
public Tuple2<byte[],byte[]> map(IN value) throws Exception
MapFunction
map
in interface MapFunction<IN,Tuple2<byte[],byte[]>>
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–2017 The Apache Software Foundation. All rights reserved.