| Package | Description |
|---|---|
| org.apache.hudi.common.fs |
| Modifier and Type | Method and Description |
|---|---|
static ConsistencyGuard.FileVisibility |
ConsistencyGuard.FileVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyGuard.FileVisibility[] |
ConsistencyGuard.FileVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ConsistencyGuard.waitTill(String dirPath,
List<String> files,
ConsistencyGuard.FileVisibility targetVisibility)
Wait Till target visibility is reached.
|
Copyright © 2025 The Apache Software Foundation. All rights reserved.