| Interface | Description |
|---|---|
| Partitioner |
| Class | Description |
|---|---|
| BaseBulkInsertHelper<T,I,K,O,R> | |
| BaseCommitActionExecutor<T,I,K,O,R> | |
| BaseDeleteHelper<T,I,K,O,R> |
Helper class to perform delete keys on hoodie table.
|
| BaseMergeHelper |
Helper to read records from previous version of base file and run Merge.
|
| BaseMergeHelper.UpdateHandler |
Consumer that dequeues records from queue and sends to Merge Handle.
|
| BaseWriteHelper<T,I,K,O,R> | |
| BucketInfo |
Helper class for a bucket's type (INSERT and UPDATE) and its file location.
|
| HoodieDeleteHelper<T,R> |
A spark implementation of
BaseDeleteHelper. |
| HoodieMergeHelper<T> | |
| HoodieWriteHelper<T,R> | |
| InsertBucket |
Helper class for an insert bucket along with the weight [0.0, 1.0] that defines the amount of incoming inserts that
should be allocated to the bucket.
|
| InsertBucketCumulativeWeightPair |
Each InsertBucket has a weight, InsertBucketCumulativeWeightPair stored here is the cumulativeWeight of the
InsertBucket.
|
| ParallelismHelper<I> | |
| SmallFile |
Helper class for a small file's location and its actual size on disk.
|
| Enum | Description |
|---|---|
| BucketType |
Copyright © 2024 The Apache Software Foundation. All rights reserved.