public abstract class TimeGeneratorBase extends Object implements TimeGenerator, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected HoodieTimeGeneratorConfig |
config |
| Constructor and Description |
|---|
TimeGeneratorBase(HoodieTimeGeneratorConfig config,
StorageConfiguration<?> storageConf) |
| Modifier and Type | Method and Description |
|---|---|
protected LockProvider<?> |
getLockProvider() |
void |
lock() |
void |
unlock() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsumeTimestamp, currentTimeMillisprotected final HoodieTimeGeneratorConfig config
public TimeGeneratorBase(HoodieTimeGeneratorConfig config, StorageConfiguration<?> storageConf)
protected LockProvider<?> getLockProvider()
public void lock()
public void unlock()
Copyright © 2024 The Apache Software Foundation. All rights reserved.