Interface | Description |
---|---|
KinesisDeserializationSchema<T> |
This is a deserialization schema specific for the Flink Kinesis Consumer.
|
KinesisSerializationSchema<T> |
Kinesis-specific serialization schema, allowing users to specify a target stream based on a
record's contents.
|
Class | Description |
---|---|
DynamoDBStreamsSchema |
Schema used for deserializing DynamoDB streams records.
|
KinesisDeserializationSchemaWrapper<T> |
A simple wrapper for using the
DeserializationSchema with the KinesisDeserializationSchema interface. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.