Uses of Interface
io.debezium.util.Metronome
Packages that use Metronome
-
Uses of Metronome in io.debezium.util
Methods in io.debezium.util that return MetronomeModifier and TypeMethodDescriptionstatic MetronomeCreate a new metronome that starts ticking immediately and that usesLockSupport.parkNanos(long)to wait.static MetronomeCreate a new metronome that starts ticking immediately and that usesThread.sleep(long)to wait.