| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.connectors.kafka | |
| org.apache.flink.streaming.connectors.kafka.internals | |
| org.apache.flink.streaming.util.serialization |
| 限定符和类型 | 字段和说明 |
|---|---|
protected KeyedSerializationSchema<IN> |
FlinkKafkaProducerBase.schema
(Serializable) SerializationSchema for turning objects used with Flink into. byte[] for
Kafka.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyedSerializationSchemaWrapper<T>
A simple wrapper for using the SerializationSchema with the KeyedSerializationSchema 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–2023 The Apache Software Foundation. All rights reserved.