Uses of Interface
org.opendaylight.serviceutils.metrics.function.CheckedRunnable
-
Packages that use CheckedRunnable Package Description org.opendaylight.serviceutils.metrics -
-
Uses of CheckedRunnable in org.opendaylight.serviceutils.metrics
Methods in org.opendaylight.serviceutils.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.
-