public class StringTupleDeserializerMap extends Object implements MapFunction<byte[],Tuple1<String>>
Constructor and Description |
---|
StringTupleDeserializerMap() |
public Tuple1<String> map(byte[] value) throws Exception
MapFunction
map
in interface MapFunction<byte[],Tuple1<String>>
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.