public class PulsarTableSink extends Object implements org.apache.flink.table.connector.sink.DynamicTableSink, org.apache.flink.table.connector.sink.abilities.SupportsWritingMetadata
SupportsWritingMetadata.org.apache.flink.table.connector.sink.DynamicTableSink.Context, org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter, org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider| Constructor and Description |
|---|
PulsarTableSink(PulsarTableSerializationSchemaFactory serializationSchemaFactory,
org.apache.flink.table.connector.ChangelogMode changelogMode,
List<String> topics,
Properties properties,
org.apache.flink.connector.base.DeliveryGuarantee deliveryGuarantee,
TopicRouter<org.apache.flink.table.data.RowData> topicRouter,
TopicRoutingMode topicRoutingMode,
long messageDelayMillis) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyWritableMetadata(List<String> metadataKeys,
org.apache.flink.table.types.DataType consumedDataType) |
String |
asSummaryString() |
org.apache.flink.table.connector.sink.DynamicTableSink |
copy() |
boolean |
equals(Object o) |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode) |
org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider |
getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context) |
int |
hashCode() |
Map<String,org.apache.flink.table.types.DataType> |
listWritableMetadata() |
public PulsarTableSink(PulsarTableSerializationSchemaFactory serializationSchemaFactory, org.apache.flink.table.connector.ChangelogMode changelogMode, List<String> topics, Properties properties, org.apache.flink.connector.base.DeliveryGuarantee deliveryGuarantee, @Nullable TopicRouter<org.apache.flink.table.data.RowData> topicRouter, TopicRoutingMode topicRoutingMode, long messageDelayMillis)
public org.apache.flink.table.connector.ChangelogMode getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)
getChangelogMode in interface org.apache.flink.table.connector.sink.DynamicTableSinkpublic org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
getSinkRuntimeProvider in interface org.apache.flink.table.connector.sink.DynamicTableSinkpublic String asSummaryString()
asSummaryString in interface org.apache.flink.table.connector.sink.DynamicTableSinkpublic Map<String,org.apache.flink.table.types.DataType> listWritableMetadata()
listWritableMetadata in interface org.apache.flink.table.connector.sink.abilities.SupportsWritingMetadatapublic void applyWritableMetadata(List<String> metadataKeys, org.apache.flink.table.types.DataType consumedDataType)
applyWritableMetadata in interface org.apache.flink.table.connector.sink.abilities.SupportsWritingMetadatapublic org.apache.flink.table.connector.sink.DynamicTableSink copy()
copy in interface org.apache.flink.table.connector.sink.DynamicTableSinkCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.