| Package | Description |
|---|---|
| org.apache.hudi.sink.compact | |
| org.apache.hudi.sink.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
CompactionCommitSink.invoke(CompactionCommitEvent event,
org.apache.flink.streaming.api.functions.sink.SinkFunction.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompactFunction.processElement(CompactionPlanEvent event,
org.apache.flink.streaming.api.functions.ProcessFunction.Context context,
org.apache.flink.util.Collector<CompactionCommitEvent> collector) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.streaming.api.datastream.DataStreamSink<CompactionCommitEvent> |
Pipelines.compact(org.apache.flink.configuration.Configuration conf,
org.apache.flink.streaming.api.datastream.DataStream<Object> dataStream)
The compaction tasks pipeline.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.