| Class and Description |
|---|
| PulsarDeserializationSchema
The deserialization schema describes how to turn the pulsar messages
into data types (Java/Scala objects) that are processed by Flink.
|
| PulsarSerializationSchema
An interface for the deserialization of Pulsar messages.
|
| Class and Description |
|---|
| PulsarContextAware
An interface for
dynamicPulsarSerializationSchema that need information
about the context where the Pulsar Producer is running along with information about the available
partitions. |
| PulsarDeserializationSchema
The deserialization schema describes how to turn the pulsar messages
into data types (Java/Scala objects) that are processed by Flink.
|
| Class and Description |
|---|
| PulsarContextAware
An interface for
dynamicPulsarSerializationSchema that need information
about the context where the Pulsar Producer is running along with information about the available
partitions. |
| PulsarDeserializationSchema
The deserialization schema describes how to turn the pulsar messages
into data types (Java/Scala objects) that are processed by Flink.
|
| PulsarDeserializationSchemaBuilder
Deprecated.
|
| PulsarSerializationSchema
An interface for the deserialization of Pulsar messages.
|
| PulsarSerializationSchemaWrapper
A wrapper that warp flink
SerializationSchema to PulsarSerializationSchema. |
| PulsarSerializationSchemaWrapper.Builder
Builder for
PulsarSerializationSchemaWrapper. |
| ThreadSafeDeserializationSchema
Because the Pulsar Source is designed to be multi-threaded,
Flink's internal design of the Source is single-threaded,
so, DeserializationSchema instances are oriented to single-threaded,
and thread safety issues exist when they are accessed by multiple threads at the same time.
|
Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.