List<HoodieFileGroup> |
AbstractTableFileSystemView.addFilesToView(List<StoragePathInfo> statuses)
Adds the provided statuses into the file system view, and also caches it inside this object.
|
List<HoodieFileGroup> |
AbstractTableFileSystemView.addFilesToView(String partitionPath,
List<StoragePathInfo> statuses)
Adds the provided statuses into the file system view for a single partition, and also caches it inside this object.
|
protected List<HoodieFileGroup> |
AbstractTableFileSystemView.buildFileGroups(String partition,
List<StoragePathInfo> statuses,
HoodieTimeline timeline,
boolean addPendingCompactionFileSlice)
Build FileGroups from passed in file-status.
|
protected List<HoodieFileGroup> |
AbstractTableFileSystemView.buildFileGroups(String partition,
Stream<HoodieBaseFile> baseFileStream,
Stream<HoodieLogFile> logFileStream,
HoodieTimeline timeline,
boolean addPendingCompactionFileSlice) |
protected Map<String,List<HoodieFileGroup>> |
SpillableMapBasedFileSystemView.createPartitionToFileGroups() |
protected Map<String,List<HoodieFileGroup>> |
HoodieTableFileSystemView.createPartitionToFileGroups() |
Stream<HoodieFileGroup> |
SpillableMapBasedFileSystemView.fetchAllStoredFileGroups() |
Stream<HoodieFileGroup> |
HoodieTableFileSystemView.fetchAllStoredFileGroups() |
Stream<HoodieFileGroup> |
SpillableMapBasedFileSystemView.getAllFileGroups() |
Stream<HoodieFileGroup> |
HoodieTableFileSystemView.getAllFileGroups() |
Stream<HoodieFileGroup> |
TableFileSystemView.getAllFileGroups(String partitionPath)
Stream all the file groups for a given partition.
|
Stream<HoodieFileGroup> |
AbstractTableFileSystemView.getAllFileGroups(String partitionStr) |
Stream<HoodieFileGroup> |
PriorityBasedFileSystemView.getAllFileGroups(String partitionPath) |
Stream<HoodieFileGroup> |
RemoteHoodieTableFileSystemView.getAllFileGroups(String partitionPath) |
Stream<HoodieFileGroup> |
TableFileSystemView.getAllFileGroupsStateless(String partitionPath)
Stream all the file groups for a given partition without caching the file group mappings.
|
Stream<HoodieFileGroup> |
AbstractTableFileSystemView.getAllFileGroupsStateless(String partitionStr) |
Stream<HoodieFileGroup> |
PriorityBasedFileSystemView.getAllFileGroupsStateless(String partitionPath) |
Stream<HoodieFileGroup> |
RemoteHoodieTableFileSystemView.getAllFileGroupsStateless(String partitionPath) |
Stream<HoodieFileGroup> |
TableFileSystemView.getAllReplacedFileGroups(String partitionPath)
Stream all the replaced file groups for given partition.
|
Stream<HoodieFileGroup> |
AbstractTableFileSystemView.getAllReplacedFileGroups(String partitionPath) |
Stream<HoodieFileGroup> |
PriorityBasedFileSystemView.getAllReplacedFileGroups(String partitionPath) |
Stream<HoodieFileGroup> |
RemoteHoodieTableFileSystemView.getAllReplacedFileGroups(String partitionPath) |
Stream<HoodieFileGroup> |
TableFileSystemView.getReplacedFileGroupsAfterOrOn(String minCommitTime,
String partitionPath)
Stream all the replaced file groups after or on minCommitTime.
|
Stream<HoodieFileGroup> |
AbstractTableFileSystemView.getReplacedFileGroupsAfterOrOn(String minCommitTime,
String partitionPath) |
Stream<HoodieFileGroup> |
PriorityBasedFileSystemView.getReplacedFileGroupsAfterOrOn(String minCommitTime,
String partitionPath) |
Stream<HoodieFileGroup> |
RemoteHoodieTableFileSystemView.getReplacedFileGroupsAfterOrOn(String minCommitTime,
String partitionPath) |
Stream<HoodieFileGroup> |
TableFileSystemView.getReplacedFileGroupsBefore(String maxCommitTime,
String partitionPath)
Stream all the replaced file groups before maxCommitTime for given partition.
|
Stream<HoodieFileGroup> |
AbstractTableFileSystemView.getReplacedFileGroupsBefore(String maxCommitTime,
String partitionPath) |
Stream<HoodieFileGroup> |
PriorityBasedFileSystemView.getReplacedFileGroupsBefore(String maxCommitTime,
String partitionPath) |
Stream<HoodieFileGroup> |
RemoteHoodieTableFileSystemView.getReplacedFileGroupsBefore(String maxCommitTime,
String partitionPath) |
Stream<HoodieFileGroup> |
TableFileSystemView.getReplacedFileGroupsBeforeOrOn(String maxCommitTime,
String partitionPath)
Stream all the replaced file groups before or on maxCommitTime for given partition.
|
Stream<HoodieFileGroup> |
AbstractTableFileSystemView.getReplacedFileGroupsBeforeOrOn(String maxCommitTime,
String partitionPath) |
Stream<HoodieFileGroup> |
PriorityBasedFileSystemView.getReplacedFileGroupsBeforeOrOn(String maxCommitTime,
String partitionPath) |
Stream<HoodieFileGroup> |
RemoteHoodieTableFileSystemView.getReplacedFileGroupsBeforeOrOn(String maxCommitTime,
String partitionPath) |