public abstract class HoodieReadHandle<T extends HoodieRecordPayload,I,K,O> extends HoodieIOHandle<T,I,K,O>
| Modifier and Type | Field and Description |
|---|---|
protected Pair<String,String> |
partitionPathFilePair |
config, fs, hoodieTable, instantTime| Constructor and Description |
|---|
HoodieReadHandle(HoodieWriteConfig config,
String instantTime,
HoodieTable<T,I,K,O> hoodieTable,
Pair<String,String> partitionPathFilePair) |
| Modifier and Type | Method and Description |
|---|---|
protected HoodieFileReader |
createNewFileReader() |
String |
getFileId() |
protected org.apache.hadoop.fs.FileSystem |
getFileSystem() |
protected HoodieBaseFile |
getLatestDataFile() |
Pair<String,String> |
getPartitionPathFilePair() |
public HoodieReadHandle(HoodieWriteConfig config, String instantTime, HoodieTable<T,I,K,O> hoodieTable, Pair<String,String> partitionPathFilePair)
protected org.apache.hadoop.fs.FileSystem getFileSystem()
getFileSystem in class HoodieIOHandle<T extends HoodieRecordPayload,I,K,O>public String getFileId()
protected HoodieBaseFile getLatestDataFile()
protected HoodieFileReader createNewFileReader() throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.