| Package | Description |
|---|---|
| net.openhft.chronicle.core.time |
| 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)
Configures this time provider to auto-increment the time after each invocation.
|
SetTimeProvider |
SetTimeProvider.now()
Constructs a time provider that starts now, using the current nanosecond time.
|
Copyright © 2024. All rights reserved.