| Package | Description |
|---|---|
| org.apache.flink.api.common.serialization |
| Class and Description |
|---|
| BulkWriter
An encoder that encodes data in a bulk fashion, encoding many records together at a time.
|
| DeserializationSchema
The deserialization schema describes how to turn the byte messages delivered by certain
data sources (for example Apache Kafka) into data types (Java/Scala objects) that are
processed by Flink.
|
| Encoder
A
Encoder is used by the streaming file sink to perform the actual writing
of the incoming elements to the files in a bucket. |
| SerializationSchema
The serialization schema describes how to turn a data object into a different serialized
representation.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.