Serializer#
Serializer#
|
This interface describes the methods that are required for a data type to be handled by the Flink runtime. |
|
Serialization#
|
Base class for SerializationSchema. |
|
Base class for DeserializationSchema. |
|
Very simple serialization/deserialization schema for strings. |
|
Encoder is used by the file sink to perform the actual writing of the incoming elements to the files in a bucket. |
|
The Python wrapper of Java BulkWriter.Factory interface, which is the base interface for data sinks that write records into files in a bulk manner. |
A |