| Interface | Description |
|---|---|
| Transformer |
Transform source stream to target stream before writing.
|
| Class | Description |
|---|---|
| ChainedTransformer |
A
Transformer to chain other Transformers and apply sequentially. |
| RowDataToHoodieFunction<I extends org.apache.flink.table.data.RowData,O extends HoodieRecord> |
Function that transforms RowData to HoodieRecord.
|
| RowDataToHoodieFunctions |
Utilities for
RowDataToHoodieFunction. |
| RowDataToHoodieFunctionWithRateLimit<I extends org.apache.flink.table.data.RowData,O extends HoodieRecord> |
Function that transforms RowData to a HoodieRecord with RateLimit.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.