| Package | Description |
|---|---|
| net.openhft.chronicle.core.time |
Supplies time providers and utilities for obtaining or setting precise wall-clock timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
SetTimeProvider |
SetTimeProvider.advanceMicros(long micros)
Advances the current time by the specified duration in microseconds.
|
SetTimeProvider |
SetTimeProvider.advanceMillis(long millis)
Advances the current time by the specified duration in milliseconds.
|
SetTimeProvider |
SetTimeProvider.advanceNanos(long nanos)
Advances the current time by the specified duration in nanoseconds.
|
SetTimeProvider |
SetTimeProvider.autoIncrement(long autoIncrement,
TimeUnit timeUnit)
Enables time auto-increment after each call to
currentTimeNanos(). |
SetTimeProvider |
SetTimeProvider.now()
Constructs a time provider that starts now.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.