| Package | Description |
|---|---|
| software.amazon.kinesis.connectors.flink | |
| software.amazon.kinesis.connectors.flink.table |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedKinesisPartitioner<T>
A partitioner ensuring that each internal Flink partition ends up in the same Kinesis partition.
|
class |
RandomKinesisPartitioner<T>
A
KinesisPartitioner that maps an arbitrary input element to a random partition
ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
FlinkKinesisProducer.setCustomPartitioner(KinesisPartitioner<OUT> partitioner) |
| Modifier and Type | Class and Description |
|---|---|
class |
RowDataFieldsKinesisPartitioner
A
KinesisPartitioner of RowData elements that constructs the partition key
from a list of field names. |
| Modifier and Type | Method and Description |
|---|---|
static KinesisPartitioner<org.apache.flink.table.data.RowData> |
KinesisOptions.getKinesisPartitioner(org.apache.flink.configuration.ReadableConfig tableOptions,
org.apache.flink.table.catalog.CatalogTable targetTable,
ClassLoader classLoader)
Constructs the kinesis partitioner for a
targetTable based on the currently set
tableOptions. |
| Constructor and Description |
|---|
KinesisDynamicSink(org.apache.flink.table.types.DataType consumedDataType,
String stream,
Properties producerProperties,
org.apache.flink.table.connector.format.EncodingFormat<org.apache.flink.api.common.serialization.SerializationSchema<org.apache.flink.table.data.RowData>> encodingFormat,
KinesisPartitioner<org.apache.flink.table.data.RowData> partitioner) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.