Package | Description |
---|---|
io.debezium.util |
Modifier and Type | Interface and Description |
---|---|
static interface |
Stopwatch.StopwatchSet
A set of stopwatches whose durations are combined.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Stopwatch.BaseDurations
Abstract base class for
Stopwatch.Durations implementations. |
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 |
---|---|
abstract Stopwatch.Durations |
Stopwatch.durations()
Get the total and average durations measured by this stopwatch.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.