| Package | Description |
|---|---|
| org.apache.paimon.flink.kafka | |
| org.apache.paimon.flink.log | |
| org.apache.paimon.flink.sink |
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaSinkFunction
|
| Modifier and Type | Method and Description |
|---|---|
LogSinkFunction |
KafkaLogSinkProvider.createSink() |
| Modifier and Type | Method and Description |
|---|---|
LogSinkFunction |
LogSinkProvider.createSink()
Creates a
LogSinkFunction instance. |
| Modifier and Type | Field and Description |
|---|---|
protected LogSinkFunction |
UnawareBucketSink.logSinkFunction |
protected LogSinkFunction |
FlinkSinkBuilder.logSinkFunction |
| Constructor and Description |
|---|
FixedBucketSink(FileStoreTable table,
Map<String,String> overwritePartition,
LogSinkFunction logSinkFunction) |
RowDataStoreWriteOperator(FileStoreTable table,
LogSinkFunction logSinkFunction,
StoreSinkWrite.Provider storeSinkWriteProvider,
String initialCommitUser) |
RowUnawareBucketSink(FileStoreTable table,
Map<String,String> overwritePartitions,
LogSinkFunction logSinkFunction,
Integer parallelism) |
UnawareBucketSink(FileStoreTable table,
Map<String,String> overwritePartitions,
LogSinkFunction logSinkFunction,
Integer parallelism) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.