Uses of Interface
org.opendaylight.infrautils.utils.function.CheckedCallable
- 
Packages that use CheckedCallable Package Description org.opendaylight.infrautils.metrics org.opendaylight.infrautils.utils  - 
- 
Uses of CheckedCallable in org.opendaylight.infrautils.metrics
Methods in org.opendaylight.infrautils.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. - 
Uses of CheckedCallable in org.opendaylight.infrautils.utils
Methods in org.opendaylight.infrautils.utils with parameters of type CheckedCallable Modifier and Type Method Description static <V,E extends Exception>
VClassLoaders. call(CheckedCallable<V,E> callable, ClassLoader classLoader) 
 -