Uses of Interface
io.debezium.util.Stopwatch.Durations
Packages that use Stopwatch.Durations
-
Uses of Stopwatch.Durations in io.debezium.util
Subinterfaces of Stopwatch.Durations in io.debezium.utilModifier and TypeInterfaceDescriptionstatic interfaceA set of stopwatches whose durations are combined.Classes in io.debezium.util that implement Stopwatch.DurationsModifier and TypeClassDescriptionprotected static classAbstract base class forStopwatch.Durationsimplementations.private static final classAStopwatch.Durationsimplementation that accumulates alladdeddurations.private static final classAStopwatch.Durationsimplementation that only remembers the most recentlyaddedduration.Methods in io.debezium.util that return Stopwatch.DurationsModifier and TypeMethodDescriptionabstract Stopwatch.DurationsStopwatch.durations()Get the total and average durations measured by this stopwatch.