Uses of Interface
org.apache.bookkeeper.common.util.SafeRunnable
-
Packages that use SafeRunnable Package Description org.apache.bookkeeper.common.util defines the utilities for allocator used across the project.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of SafeRunnable in org.apache.bookkeeper.common.util
Methods in org.apache.bookkeeper.common.util that return SafeRunnable Modifier and Type Method 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. -
Uses of SafeRunnable in org.apache.bookkeeper.util
Classes in org.apache.bookkeeper.util that implement SafeRunnable Modifier and Type Class Description class
SafeRunnable
A SafeRunnable implementation.
-