| Package | Description |
|---|---|
| org.apache.bookkeeper.common.util |
Util functions used across the project.
|
| Modifier and Type | Method and Description |
|---|---|
static SafeRunnable |
SafeRunnable.safeRun(java.lang.Runnable runnable)
Utility method to use SafeRunnable from lambdas.
|
static SafeRunnable |
SafeRunnable.safeRun(java.lang.Runnable runnable,
java.util.function.Consumer<java.lang.Throwable> exceptionHandler)
Utility method to use SafeRunnable from lambdas with
a custom exception handler.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.