| Package | Description |
|---|---|
| io.debezium.util |
| Modifier and Type | Class and Description |
|---|---|
private static class |
Stopwatch.MultipleDurations
A
Stopwatch.Durations implementation that accumulates all added durations. |
private static class |
Stopwatch.SingleDuration
A
Stopwatch.Durations implementation that only remembers the most recently added duration. |
| Modifier and Type | Method and Description |
|---|---|
protected static Stopwatch |
Stopwatch.createWith(Stopwatch.BaseDurations duration,
Runnable uponStart,
Runnable uponStop)
Create a new stopwatch that updates the given
duration, and optionally has functions to
be called after the stopwatch is started and stopped. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.