| Interface | Description |
|---|---|
| KeyedDeserializationSchema<T> |
The deserialization schema describes how to turn the byte key / value messages delivered by certain
data sources (for example Apache Kafka) into data types (Java/Scala objects) that are
processed by Flink.
|
| KeyedSerializationSchema<T> |
The serialization schema describes how to turn a data object into a different serialized
representation.
|
| Class | Description |
|---|---|
| KeyedDeserializationSchemaWrapper<T> |
A simple wrapper for using the DeserializationSchema with the KeyedDeserializationSchema
interface
|
| KeyedSerializationSchemaWrapper<T> |
A simple wrapper for using the SerializationSchema with the KeyedDeserializationSchema
interface
|
| TypeInformationKeyValueSerializationSchema<K,V> |
A serialization and deserialization schema for Key Value Pairs that uses Flink's serialization stack to
transform typed from and to byte arrays.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.