Uses of Interface
io.debezium.util.Stopwatch.Statistics
-
Packages that use Stopwatch.Statistics Package Description io.debezium.util -
-
Uses of Stopwatch.Statistics in io.debezium.util
Fields in io.debezium.util with type parameters of type Stopwatch.Statistics Modifier and Type Field Description private AtomicReference<Stopwatch.Statistics>Stopwatch.SingleDuration. statsMethods in io.debezium.util that return Stopwatch.Statistics Modifier and Type Method Description private static Stopwatch.StatisticsStopwatch. createStatistics(LongSummaryStatistics stats)Stopwatch.StatisticsStopwatch.Durations. statistics()Get the statistics for the durations in nanoseconds.Stopwatch.StatisticsStopwatch.MultipleDurations. statistics()Stopwatch.StatisticsStopwatch.SingleDuration. statistics()
-