T - public class HoodieKeyLocationFetchHandle<T,I,K,O> extends HoodieReadHandle<T,I,K,O>
HoodieRecordLocation fetch handle for all records from HoodieBaseFile of interest.partitionPathFileIDPairconfig, hoodieTable, instantTime, storage| Constructor and Description |
|---|
HoodieKeyLocationFetchHandle(HoodieWriteConfig config,
HoodieTable<T,I,K,O> hoodieTable,
Pair<String,HoodieBaseFile> partitionPathBaseFilePair,
Option<BaseKeyGenerator> keyGeneratorOpt) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Pair<String,HoodieRecordGlobalLocation>> |
globalLocations() |
Stream<Pair<HoodieKey,HoodieRecordLocation>> |
locations() |
createNewFileReader, createNewFileReader, getFileId, getLatestBaseFile, getPartitionPathFileIDPair, getStoragepublic HoodieKeyLocationFetchHandle(HoodieWriteConfig config, HoodieTable<T,I,K,O> hoodieTable, Pair<String,HoodieBaseFile> partitionPathBaseFilePair, Option<BaseKeyGenerator> keyGeneratorOpt)
public Stream<Pair<HoodieKey,HoodieRecordLocation>> locations()
public Stream<Pair<String,HoodieRecordGlobalLocation>> globalLocations()
Copyright © 2024 The Apache Software Foundation. All rights reserved.