| Interface | Description |
|---|---|
| Partitioner |
| Class | Description |
|---|---|
| AbstractBulkInsertHelper<T extends HoodieRecordPayload,I,K,O,R> | |
| AbstractDeleteHelper<T extends HoodieRecordPayload,I,K,O,R> |
Helper class to perform delete keys on hoodie table.
|
| AbstractMergeHelper<T extends HoodieRecordPayload,I,K,O> |
Helper to read records from previous version of base file and run Merge.
|
| AbstractMergeHelper.UpdateHandler |
Consumer that dequeues records from queue and sends to Merge Handle.
|
| AbstractWriteHelper<T extends HoodieRecordPayload,I,K,O,R> | |
| BaseCommitActionExecutor<T extends HoodieRecordPayload,I,K,O,R> | |
| BucketInfo |
Helper class for a bucket's type (INSERT and UPDATE) and its file location.
|
| 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.