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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract OUTtoExternal(IN value) abstract INtoInternal(OUT value)
-
Constructor Details
-
DataConverter
public DataConverter()
-
-
Method Details
-
toInternal
-
toExternal
-