Uses of Class
io.debezium.util.Stopwatch.BaseDurations
-
Packages that use Stopwatch.BaseDurations Package Description io.debezium.util -
-
Uses of Stopwatch.BaseDurations in io.debezium.util
Subclasses of Stopwatch.BaseDurations in io.debezium.util Modifier and Type Class Description private static classStopwatch.MultipleDurationsAStopwatch.Durationsimplementation that accumulates alladdeddurations.private static classStopwatch.SingleDurationAStopwatch.Durationsimplementation that only remembers the most recentlyaddedduration.Methods in io.debezium.util with parameters of type Stopwatch.BaseDurations Modifier and Type Method Description 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.
-