public class HoodieRealtimePath
extends org.apache.hadoop.fs.Path
Path implementation encoding additional information necessary to appropriately read
base files of the MOR tables, such as list of delta log files (holding updated records) associated
w/ the base file, etc.| Constructor and Description |
|---|
HoodieRealtimePath(org.apache.hadoop.fs.Path parent,
String child,
String basePath,
List<HoodieLogFile> deltaLogFiles,
String maxCommitTime,
boolean belongsToIncrementalQuery,
Option<HoodieVirtualKeyInfo> virtualKeyInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
boolean |
getBelongsToIncrementalQuery() |
List<HoodieLogFile> |
getDeltaLogFiles() |
String |
getMaxCommitTime() |
PathWithBootstrapFileStatus |
getPathWithBootstrapFileStatus() |
Option<HoodieVirtualKeyInfo> |
getVirtualKeyInfo() |
boolean |
includeBootstrapFilePath() |
boolean |
isSplitable() |
void |
setPathWithBootstrapFileStatus(PathWithBootstrapFileStatus pathWithBootstrapFileStatus) |
compareTo, depth, equals, getFileSystem, getName, getParent, getPathWithoutSchemeAndAuthority, hashCode, isAbsolute, isAbsoluteAndSchemeAuthorityNull, isRoot, isUriPathAbsolute, isWindowsAbsolutePath, makeQualified, makeQualified, mergePaths, suffix, toString, toUripublic HoodieRealtimePath(org.apache.hadoop.fs.Path parent,
String child,
String basePath,
List<HoodieLogFile> deltaLogFiles,
String maxCommitTime,
boolean belongsToIncrementalQuery,
Option<HoodieVirtualKeyInfo> virtualKeyInfo)
public List<HoodieLogFile> getDeltaLogFiles()
public String getMaxCommitTime()
public String getBasePath()
public boolean getBelongsToIncrementalQuery()
public boolean isSplitable()
public PathWithBootstrapFileStatus getPathWithBootstrapFileStatus()
public void setPathWithBootstrapFileStatus(PathWithBootstrapFileStatus pathWithBootstrapFileStatus)
public boolean includeBootstrapFilePath()
public Option<HoodieVirtualKeyInfo> getVirtualKeyInfo()
Copyright © 2022 The Apache Software Foundation. All rights reserved.