| Package | Description |
|---|---|
| io.debezium.util |
| Modifier and Type | Method and Description |
|---|---|
static Stopwatch |
Stopwatch.accumulating()
Create a new
Stopwatch that records all of the measured durations of the stopwatch. |
Stopwatch |
Stopwatch.StopwatchSet.create()
Create a new stopwatch that records durations with this set.
|
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. |
static Stopwatch |
Stopwatch.reusable()
Create a new
Stopwatch that can be reused. |
abstract Stopwatch |
Stopwatch.start()
Start the stopwatch.
|
abstract Stopwatch |
Stopwatch.stop()
Stop the stopwatch.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.