| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.pulsar | |
| org.apache.flink.streaming.connectors.pulsar.table |
| Constructor and Description |
|---|
FlinkPulsarSink(String adminUrl,
Optional<String> defaultTopicName,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Properties properties,
PulsarSerializationSchema serializationSchema,
org.apache.pulsar.client.api.MessageRouter messageRouter,
PulsarSinkSemantic semantic) |
FlinkPulsarSink(String adminUrl,
Optional<String> defaultTopicName,
org.apache.pulsar.client.impl.conf.ClientConfigurationData clientConf,
Properties properties,
PulsarSerializationSchema serializationSchema,
PulsarSinkSemantic semantic) |
| Modifier and Type | Field and Description |
|---|---|
protected PulsarSinkSemantic |
PulsarDynamicTableSink.semantic
Sink commit semantic.
|
| Modifier and Type | Method and Description |
|---|---|
static PulsarSinkSemantic |
PulsarTableOptions.getSinkSemantic(org.apache.flink.configuration.ReadableConfig tableOptions) |
static PulsarSinkSemantic |
PulsarSinkSemantic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarSinkSemantic[] |
PulsarSinkSemantic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PulsarDynamicTableSink(String serviceUrl,
String adminUrl,
String topic,
org.apache.flink.table.types.DataType physicalDataType,
Properties properties,
org.apache.flink.table.connector.format.EncodingFormat<org.apache.flink.api.common.serialization.SerializationSchema<org.apache.flink.table.data.RowData>> keyEncodingFormat,
org.apache.flink.table.connector.format.EncodingFormat<org.apache.flink.api.common.serialization.SerializationSchema<org.apache.flink.table.data.RowData>> valueEncodingFormat,
int[] keyProjection,
int[] valueProjection,
String keyPrefix,
PulsarSinkSemantic semantic,
String formatType,
boolean upsertMode,
Integer parallelism,
org.apache.pulsar.client.api.MessageRouter messageRouter) |
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.