Class PythonTypeUtils.DataConverter<IN,OUT>
- java.lang.Object
-
- org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<IN,OUT>
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PythonTypeUtils.ArrayDataConverter,PythonTypeUtils.ByteDataConverter,PythonTypeUtils.FloatDataConverter,PythonTypeUtils.IdentityDataConverter,PythonTypeUtils.IntDataConverter,PythonTypeUtils.ListDataConverter,PythonTypeUtils.MapDataConverter,PythonTypeUtils.RowDataConverter,PythonTypeUtils.RowDataDataConverter,PythonTypeUtils.ShortDataConverter,PythonTypeUtils.TupleDataConverter
- Enclosing class:
- PythonTypeUtils
public abstract static class PythonTypeUtils.DataConverter<IN,OUT> extends Object implements Serializable
Data Converter that converts the data to the format data which can be used in PemJa.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataConverter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract OUTtoExternal(IN value)abstract INtoInternal(OUT value)
-