| Interface | Description |
|---|---|
| Partitioner |
| Class | Description |
|---|---|
| BaseBulkInsertHelper<T extends HoodieRecordPayload,I,K,O,R> | |
| BaseCommitActionExecutor<T extends HoodieRecordPayload,I,K,O,R> | |
| BaseDeleteHelper<T extends HoodieRecordPayload,I,K,O,R> |
Helper class to perform delete keys on hoodie table.
|
| BaseMergeHelper<T extends HoodieRecordPayload,I,K,O> |
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 extends HoodieRecordPayload,I,K,O,R> | |
| BucketInfo |
Helper class for a bucket's type (INSERT and UPDATE) and its file location.
|
| HoodieDeleteHelper<T extends HoodieRecordPayload,R> |
A spark implementation of
BaseDeleteHelper. |
| HoodieMergeHelper<T extends HoodieRecordPayload> | |
| HoodieWriteHelper<T extends HoodieRecordPayload,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.
|
| SmallFile |
Helper class for a small file's location and its actual size on disk.
|
| Enum | Description |
|---|---|
| BucketType |
Copyright © 2022 The Apache Software Foundation. All rights reserved.