Uses of Class
io.debezium.util.Stopwatch.BaseDurations
Packages that use Stopwatch.BaseDurations
-
Uses of Stopwatch.BaseDurations in io.debezium.util
Subclasses of Stopwatch.BaseDurations in io.debezium.utilModifier and TypeClassDescriptionprivate static final classAStopwatch.Durationsimplementation that accumulates alladdeddurations.private static final classAStopwatch.Durationsimplementation that only remembers the most recentlyaddedduration.Methods in io.debezium.util with parameters of type Stopwatch.BaseDurationsModifier and TypeMethodDescriptionprotected 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.