Uses of Interface
org.opendaylight.infrautils.utils.function.CheckedRunnable
-
Packages that use CheckedRunnable Package Description org.opendaylight.infrautils.metrics org.opendaylight.infrautils.utils -
-
Uses of CheckedRunnable in org.opendaylight.infrautils.metrics
Methods in org.opendaylight.infrautils.metrics with parameters of type CheckedRunnable Modifier and Type Method Description <E extends Exception>
voidTimer. time(CheckedRunnable<E> event)
Times and records the duration of event. -
Uses of CheckedRunnable in org.opendaylight.infrautils.utils
Methods in org.opendaylight.infrautils.utils with parameters of type CheckedRunnable Modifier and Type Method Description static <E extends Exception>
voidClassLoaders. run(CheckedRunnable<E> runnable, ClassLoader classLoader)
-