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