Package | Description |
---|---|
alluxio.util |
Modifier and Type | Method and Description |
---|---|
static WaitForOptions |
WaitForOptions.defaults() |
WaitForOptions |
WaitForOptions.setInterval(int intervalMs) |
WaitForOptions |
WaitForOptions.setTimeoutMs(int timeoutMs) |
Modifier and Type | Method and Description |
---|---|
static void |
CommonUtils.waitFor(String description,
java.util.function.Supplier<Boolean> condition,
WaitForOptions options)
Waits for a condition to be satisfied.
|
static <T> T |
CommonUtils.waitForResult(String description,
java.util.function.Supplier<T> objectSupplier,
java.util.function.Function<T,Boolean> condition,
WaitForOptions options)
Waits for the object to meet a certain condition.
|
Copyright © 2023. All Rights Reserved.