| Package | Description |
|---|---|
| io.debezium.util |
| Modifier and Type | Field and Description |
|---|---|
static Clock |
Clock.SYSTEM
|
| Modifier and Type | Method and Description |
|---|---|
static Clock |
Clock.system()
|
| Modifier and Type | Method and Description |
|---|---|
static Metronome |
Metronome.parker(long period,
TimeUnit unit,
Clock timeSystem)
Create a new metronome that starts ticking immediately and that uses
LockSupport.parkNanos(long) to wait. |
static Metronome |
Metronome.sleeper(long period,
TimeUnit unit,
Clock timeSystem)
Create a new metronome that starts ticking immediately and that uses
Thread.sleep(long) to wait. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.