Package net.obvj.performetrics.monitors
Provides classes that can monitor other ones.
-
Class Summary Class Description MonitoredCallable<V> ACallablewrapper that maintains one or more counters for monitoring the time spent by the Callable'scall()method.MonitoredRunnable ARunnablewrapper that maintains one or more counters for monitoring the time spent by the Runnable'srun()method.