T - public class HoodieKeyLocationFetchHandle<T extends HoodieRecordPayload,I,K,O> extends HoodieReadHandle<T,I,K,O>
HoodieRecordLocation fetch handle for all records from HoodieBaseFile of interest.partitionPathFileIDPairconfig, fs, hoodieTable, instantTime| 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<HoodieKey,HoodieRecordLocation>> |
locations() |
createNewFileReader, getFileId, getFileSystem, getLatestDataFile, getPartitionPathFileIDPairpublic HoodieKeyLocationFetchHandle(HoodieWriteConfig config, HoodieTable<T,I,K,O> hoodieTable, Pair<String,HoodieBaseFile> partitionPathBaseFilePair, Option<BaseKeyGenerator> keyGeneratorOpt)
public Stream<Pair<HoodieKey,HoodieRecordLocation>> locations()
Copyright © 2022 The Apache Software Foundation. All rights reserved.