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