public class TableConfig<T>
extends Object
| Modifier and Type | Field and Description |
|---|---|
static TableConfig<Integer> |
CHECKPOINT_INTERVAL
How often to checkpoint the delta log? For every N (this config) commits to the log, we will
suggest write out a checkpoint file that can speed up the Delta table state reconstruction.
|
static TableConfig<Long> |
TOMBSTONE_RETENTION
The shortest duration we have to keep logically deleted data files around before deleting
them physically.
|
| Modifier and Type | Method and Description |
|---|---|
T |
fromMetadata(Metadata metadata)
Returns the value of the table property from the given metadata.
|
public static final TableConfig<Long> TOMBSTONE_RETENTION
public static final TableConfig<Integer> CHECKPOINT_INTERVAL