| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.table.read | |
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Method and Description |
|---|---|
String |
HoodieFileGroup.getBaseInstantTime(CompletionTimeQueryView completionTimeQueryView,
HoodieLogFile logFile) |
void |
HoodieRecordDelegate.read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input) |
void |
HoodieRecordDelegate.write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output) |
| Modifier and Type | Method and Description |
|---|---|
static HoodieTimeline |
IncrementalQueryAnalyzer.filterInstantsAsPerUserConfigs(HoodieTableMetaClient metaClient,
HoodieTimeline timeline,
boolean skipCompaction,
boolean skipClustering,
boolean skipInsertOverwrite)
Filters out the unnecessary instants as per user specified configs.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
HoodieInstantTimeGenerator.getLastInstantTime() |
List<String> |
CompletionTimeQueryView.getStartTimes(String rangeStart,
String rangeEnd,
Function<String,String> earliestInstantTimeFunc)
Queries the instant start time with given completion time range.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.