| 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 | Class and Description |
|---|---|
class |
StreamWriteFunction<I>
Sink function to write the data to the underneath filesystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppendWriteFunction<I>
Sink function to write the data to the underneath filesystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BucketStreamWriteFunction<I>
A stream write function with simple bucket hash index.
|
class |
ConsistentBucketStreamWriteFunction<I>
A stream write function with consistent bucket hash index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkInsertWriteFunction<I>
Sink function to write the data to the underneath filesystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamWriteFunction<I>
Base infrastructures for streaming writer function.
|
| Constructor and Description |
|---|
AbstractWriteOperator(AbstractWriteFunction<I> function) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.