| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.kinesis.sink | |
| org.apache.flink.connector.kinesis.table |
| 类和说明 |
|---|
| KinesisStreamsSink
A Kinesis Data Streams (KDS) Sink that performs async requests against a destination stream using
the buffering protocol specified in
AsyncSinkBase. |
| KinesisStreamsSinkBuilder
Builder to construct
KinesisStreamsSink. |
| KinesisStreamsSinkElementConverter
An implementation of the
ElementConverter that uses the AWS Kinesis SDK v2. |
| KinesisStreamsSinkElementConverter.Builder
A builder for the KinesisStreamsSinkElementConverter.
|
| PartitionKeyGenerator
This is a serializable function whose
accept() method specifies how to convert from an
input element to the partition key, a string. |
| 类和说明 |
|---|
| PartitionKeyGenerator
This is a serializable function whose
accept() method specifies how to convert from an
input element to the partition key, a string. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.