public class HoodieKeyLookupHandle<T,I,K,O> extends HoodieReadHandle<T,I,K,O>
partitionPathFileIDPairconfig, hoodieTable, instantTime, storage| Constructor and Description |
|---|
HoodieKeyLookupHandle(HoodieWriteConfig config,
HoodieTable<T,I,K,O> hoodieTable,
Pair<String,String> partitionPathFileIDPair) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKey(String recordKey)
Adds the key for look up.
|
HoodieKeyLookupResult |
getLookupResult()
Of all the keys, that were added, return a list of keys that were actually found in the file group.
|
createNewFileReader, createNewFileReader, getFileId, getLatestBaseFile, getPartitionPathFileIDPair, getStoragepublic HoodieKeyLookupHandle(HoodieWriteConfig config, HoodieTable<T,I,K,O> hoodieTable, Pair<String,String> partitionPathFileIDPair)
public void addKey(String recordKey)
public HoodieKeyLookupResult getLookupResult()
Copyright © 2024 The Apache Software Foundation. All rights reserved.