Uses of Interface
io.debezium.util.Stopwatch.Durations
-
Packages that use Stopwatch.Durations Package Description io.debezium.util -
-
Uses of Stopwatch.Durations in io.debezium.util
Subinterfaces of Stopwatch.Durations in io.debezium.util Modifier and Type Interface Description static interfaceStopwatch.StopwatchSetA set of stopwatches whose durations are combined.Classes in io.debezium.util that implement Stopwatch.Durations Modifier and Type Class Description protected static classStopwatch.BaseDurationsAbstract base class forStopwatch.Durationsimplementations.private static classStopwatch.MultipleDurationsAStopwatch.Durationsimplementation that accumulates alladdeddurations.private static classStopwatch.SingleDurationAStopwatch.Durationsimplementation that only remembers the most recentlyaddedduration.Methods in io.debezium.util that return Stopwatch.Durations Modifier and Type Method Description abstract Stopwatch.DurationsStopwatch. durations()Get the total and average durations measured by this stopwatch.
-