| Package | Description |
|---|---|
| org.apache.hudi.sink.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
RowDataToHoodieFunctionWithRateLimit<I extends org.apache.flink.table.data.RowData,O extends HoodieRecord>
Function that transforms RowData to a HoodieRecord with RateLimit.
|
| Modifier and Type | Method and Description |
|---|---|
static RowDataToHoodieFunction<org.apache.flink.table.data.RowData,HoodieRecord> |
RowDataToHoodieFunctions.create(org.apache.flink.table.types.logical.RowType rowType,
org.apache.flink.configuration.Configuration conf)
Creates a
RowDataToHoodieFunction instance based on the given configuration. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.