| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.kafka | |
| org.apache.flink.streaming.util.serialization |
| Modifier and Type | Field and Description |
|---|---|
protected KeyedDeserializationSchema<T> |
FlinkKafkaConsumerBase.deserializer
The schema to convert between Kafka#s byte messages, and Flink's objects
|
| Constructor and Description |
|---|
FlinkKafkaConsumerBase(KeyedDeserializationSchema<T> deserializer,
Properties props)
Creates a new Flink Kafka Consumer, using the given type of fetcher and offset handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyedDeserializationSchemaWrapper<T>
A simple wrapper for using the DeserializationSchema with the KeyedDeserializationSchema
interface
|
class |
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.