Uses of Interface
io.debezium.util.Metronome
-
Packages that use Metronome Package Description io.debezium.util -
-
Uses of Metronome in io.debezium.util
Methods in io.debezium.util that return Metronome Modifier and Type Method Description static MetronomeMetronome. parker(Duration period, Clock timeSystem)Create a new metronome that starts ticking immediately and that usesLockSupport.parkNanos(long)to wait.static MetronomeMetronome. sleeper(Duration period, Clock timeSystem)Create a new metronome that starts ticking immediately and that usesThread.sleep(long)to wait.
-