| Package | Description |
|---|---|
| org.apache.hudi.sink | |
| org.apache.hudi.sink.append | |
| org.apache.hudi.sink.bucket | |
| org.apache.hudi.sink.bulk | |
| org.apache.hudi.sink.common |
| Modifier and Type | Method and Description |
|---|---|
static <I> WriteOperatorFactory<I> |
StreamWriteOperator.getFactory(org.apache.flink.configuration.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
static <I> WriteOperatorFactory<I> |
AppendWriteOperator.getFactory(org.apache.flink.configuration.Configuration conf,
org.apache.flink.table.types.logical.RowType rowType) |
| Modifier and Type | Method and Description |
|---|---|
static <I> WriteOperatorFactory<I> |
BucketStreamWriteOperator.getFactory(org.apache.flink.configuration.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
static <I> WriteOperatorFactory<I> |
BulkInsertWriteOperator.getFactory(org.apache.flink.configuration.Configuration conf,
org.apache.flink.table.types.logical.RowType rowType) |
| Modifier and Type | Method and Description |
|---|---|
static <I> WriteOperatorFactory<I> |
WriteOperatorFactory.instance(org.apache.flink.configuration.Configuration conf,
AbstractWriteOperator<I> operator) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.