Package io.debezium.util
Class Stopwatch.BaseDurations
- java.lang.Object
-
- io.debezium.util.Stopwatch.BaseDurations
-
- All Implemented Interfaces:
Stopwatch.Durations
- Direct Known Subclasses:
Stopwatch.MultipleDurations,Stopwatch.SingleDuration
- Enclosing class:
- Stopwatch
@ThreadSafe protected abstract static class Stopwatch.BaseDurations extends Object implements Stopwatch.Durations
Abstract base class forStopwatch.Durationsimplementations.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseDurations()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidadd(Duration duration)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.debezium.util.Stopwatch.Durations
statistics
-
-