Uses of Interface
io.debezium.util.Metronome
-
Packages that use Metronome Package Description io.debezium.connector.base io.debezium.util -
-
Uses of Metronome in io.debezium.connector.base
Fields in io.debezium.connector.base declared as Metronome Modifier and Type Field Description private MetronomeChangeEventQueue. metronome -
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.
-