Uses of Interface
org.opendaylight.serviceutils.metrics.function.CheckedCallable
-
Packages that use CheckedCallable Package Description org.opendaylight.serviceutils.metrics -
-
Uses of CheckedCallable in org.opendaylight.serviceutils.metrics
Methods in org.opendaylight.serviceutils.metrics with parameters of type CheckedCallable Modifier and Type Method Description <T,E extends Exception>
TTimer. time(CheckedCallable<T,E> event)
Times and records the duration of event which returns a value.
-