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> |
partitionPathFileIDPair |
config, fs, hoodieTable, instantTime| Constructor and Description |
|---|
HoodieReadHandle(HoodieWriteConfig config,
HoodieTable<T,I,K,O> hoodieTable,
Pair<String,String> partitionPathFileIDPair) |
| Modifier and Type | Method and Description |
|---|---|
protected HoodieFileReader |
createNewFileReader() |
String |
getFileId() |
protected org.apache.hadoop.fs.FileSystem |
getFileSystem() |
protected HoodieBaseFile |
getLatestDataFile() |
Pair<String,String> |
getPartitionPathFileIDPair() |
public HoodieReadHandle(HoodieWriteConfig config, HoodieTable<T,I,K,O> hoodieTable, Pair<String,String> partitionPathFileIDPair)
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.