| Interface | Description |
|---|---|
| IndexFileFilter |
IndexFile filter to assist in look up of a record key.
|
| Class | Description |
|---|---|
| BaseHoodieBloomIndexHelper |
Helper for
HoodieBloomIndex containing engine-specific logic. |
| BloomIndexFileInfo |
Metadata about a given file group, useful for index lookup.
|
| HoodieBaseBloomIndexCheckFunction |
Function performing actual checking of list containing (fileId, hoodieKeys) against the actual files.
|
| HoodieBloomIndex |
Indexing mechanism based on bloom filter.
|
| HoodieGlobalBloomIndex |
This filter will only work with hoodie table since it will only load partitions
with .hoodie_partition_metadata file in it.
|
| ListBasedHoodieBloomIndexHelper |
Helper for
HoodieBloomIndex containing Java List-based logic. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.