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