| Package | Description |
|---|---|
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeGeneratorBase
Base time generator facility that maintains lock-related utilities.
|
class |
WaitBasedTimeGenerator
Time generator that waits for some time for each time generation to resolve the clock skew issue.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeGenerator |
TimeGenerators.getTimeGenerator(HoodieTimeGeneratorConfig timeGeneratorConfig,
StorageConfiguration<?> storageConf) |
| Modifier and Type | Method and Description |
|---|---|
static String |
HoodieActiveTimeline.createNewInstantTime(boolean shouldLock,
TimeGenerator timeGenerator)
Returns next instant time in the correct format.
|
static String |
HoodieActiveTimeline.createNewInstantTime(boolean shouldLock,
TimeGenerator timeGenerator,
long milliseconds)
Returns next instant time in the correct format.
|
static String |
HoodieInstantTimeGenerator.createNewInstantTime(boolean shouldLock,
TimeGenerator timeGenerator,
long milliseconds)
Returns next instant time in the correct format.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.