public abstract class HoodieReadHandle<T,I,K,O> extends HoodieIOHandle<T,I,K,O>
| Modifier and Type | Field and Description |
|---|---|
protected Pair<String,String> |
partitionPathFileIDPair |
config, hoodieTable, instantTime, storage| Constructor and Description |
|---|
HoodieReadHandle(HoodieWriteConfig config,
HoodieTable<T,I,K,O> hoodieTable,
Pair<String,String> partitionPathFileIDPair) |
HoodieReadHandle(HoodieWriteConfig config,
Option<String> instantTime,
HoodieTable<T,I,K,O> hoodieTable,
Pair<String,String> partitionPathFileIDPair) |
| Modifier and Type | Method and Description |
|---|---|
protected HoodieFileReader |
createNewFileReader() |
protected HoodieFileReader |
createNewFileReader(HoodieBaseFile hoodieBaseFile) |
String |
getFileId() |
protected HoodieBaseFile |
getLatestBaseFile() |
Pair<String,String> |
getPartitionPathFileIDPair() |
HoodieStorage |
getStorage() |
public HoodieReadHandle(HoodieWriteConfig config, HoodieTable<T,I,K,O> hoodieTable, Pair<String,String> partitionPathFileIDPair)
public HoodieStorage getStorage()
getStorage in class HoodieIOHandle<T,I,K,O>public String getFileId()
protected HoodieBaseFile getLatestBaseFile()
protected HoodieFileReader createNewFileReader() throws IOException
IOExceptionprotected HoodieFileReader createNewFileReader(HoodieBaseFile hoodieBaseFile) throws IOException
IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.