public class HoodieBaseFile extends BaseFile
| Constructor and Description |
|---|
HoodieBaseFile(org.apache.hadoop.fs.FileStatus fileStatus) |
HoodieBaseFile(org.apache.hadoop.fs.FileStatus fileStatus,
BaseFile bootstrapBaseFile) |
HoodieBaseFile(HoodieBaseFile dataFile) |
HoodieBaseFile(String filePath) |
HoodieBaseFile(String filePath,
BaseFile bootstrapBaseFile) |
| Modifier and Type | Method and Description |
|---|---|
Option<BaseFile> |
getBootstrapBaseFile() |
String |
getCommitTime() |
String |
getFileId() |
void |
setBootstrapBaseFile(BaseFile bootstrapBaseFile) |
String |
toString() |
equals, getFileLen, getFileName, getFileSize, getFileStatus, getHadoopPath, getPath, hashCode, setFileLenpublic HoodieBaseFile(HoodieBaseFile dataFile)
public HoodieBaseFile(org.apache.hadoop.fs.FileStatus fileStatus)
public HoodieBaseFile(org.apache.hadoop.fs.FileStatus fileStatus,
BaseFile bootstrapBaseFile)
public HoodieBaseFile(String filePath)
Copyright © 2022 The Apache Software Foundation. All rights reserved.