Uses of Class
io.debezium.util.Stopwatch
-
Packages that use Stopwatch Package Description io.debezium.util -
-
Uses of Stopwatch in io.debezium.util
Methods in io.debezium.util that return Stopwatch Modifier and Type Method Description static StopwatchStopwatch. accumulating()Create a newStopwatchthat records all of the measured durations of the stopwatch.StopwatchStopwatch.StopwatchSet. create()Create a new stopwatch that records durations with this set.protected static StopwatchStopwatch. createWith(Stopwatch.BaseDurations duration, Runnable uponStart, Runnable uponStop)Create a new stopwatch that updates the givenduration, and optionally has functions to be called after the stopwatch is started and stopped.static StopwatchStopwatch. reusable()Create a newStopwatchthat can be reused.abstract StopwatchStopwatch. start()Start the stopwatch.abstract StopwatchStopwatch. stop()Stop the stopwatch.
-