| Package | Description |
|---|---|
| org.apache.hudi.common.table.view | |
| org.apache.hudi.util |
| Constructor and Description |
|---|
PriorityBasedFileSystemView(SyncableFileSystemView preferredView,
SerializableSupplier<SyncableFileSystemView> secondaryViewSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Transient<T> |
Transient.eager(T value,
SerializableSupplier<T> initializer)
Creates instance of
Transient by eagerly setting it to provided value,
while given initializer will be used to re-instantiate the value after original
one being dropped during serialization/deserialization cycle |
static <T> Transient<T> |
Transient.lazy(SerializableSupplier<T> initializer)
Creates instance of
Transient by lazily executing provided initializer,
to instantiate value of type T. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.