Package org.apache.flink.streaming.api.utils
package org.apache.flink.streaming.api.utils
-
ClassesClassDescriptionA wrapper of the byte array.The serializer of
ByteArrayWrapper.Serializer configuration snapshot for compatibility and format evolution.Utilities to clean up the leaking classes.Utilities used by Python operators.A util class for converting the given TypeInformation to other objects.The element in the Object Array will be converted to the corresponding Data through element DataConverter.Python Long will be converted to Long in PemJa, so we need ByteDataConverter to convert Java Long to internal Byte.PythonTypeUtils.DataConverter<IN,OUT> Data Converter that converts the data to the format data which can be used in PemJa.Python Float will be converted to Double in PemJa, so we need FloatDataConverter to convert Java Double to internal Float.Identity data converter.Python Long will be converted to Long in PemJa, so we need IntDataConverter to convert Java Long to internal Integer.The element in the List will be converted to the corresponding Data through element DataConverter.The key/value in the Map will be converted to the corresponding Data through key/value DataConverter.Row Data will be converted to the Object Array [RowKind(as Long Object), Field Values(as Object Array)].RowData Data will be converted to the Object Array [RowKind(as Long Object), Field Values(as Object Array)].Python Long will be converted to Long in PemJa, so we need ShortDataConverter to convert Java Long to internal Short.Tuple Data will be converted to the Object Array.Get DataConverter according to the given typeInformation.Get coder proto according to the given type information.Get serializers according to the given typeInformation.