Uses of Class
io.debezium.util.Stopwatch
Packages that use Stopwatch
-
Uses of Stopwatch in io.debezium.util
Methods in io.debezium.util that return StopwatchModifier and TypeMethodDescriptionstatic StopwatchStopwatch.accumulating()Create a newStopwatchthat records all of the measured durations of the stopwatch.Stopwatch.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.