Interface | Description |
---|---|
KinesisShardAssigner |
Utility to map Kinesis shards to Flink subtask indices.
|
Class | Description |
---|---|
FixedKinesisPartitioner<T> |
A partitioner ensuring that each internal Flink partition ends up in the same Kinesis partition.
|
FlinkDynamoDBStreamsConsumer<T> |
Consume events from DynamoDB streams.
|
FlinkKinesisConsumer<T> |
The Flink Kinesis Consumer is an exactly-once parallel streaming data source that subscribes to multiple AWS Kinesis
streams within the same AWS service region, and can handle resharding of streams.
|
FlinkKinesisProducer<OUT> |
The FlinkKinesisProducer allows to produce from a Flink DataStream into Kinesis.
|
KinesisPartitioner<T> |
An interface for partitioning records.
|
RandomKinesisPartitioner<T> |
A
KinesisPartitioner that maps an arbitrary input element to a random partition
ID. |
Exception | Description |
---|---|
FlinkKinesisException |
A
RuntimeException wrapper indicating the exception was thrown from this connector. |
FlinkKinesisException.FlinkKinesisTimeoutException |
A semantic
RuntimeException thrown to indicate timeout errors in the Kinesis connector. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.