| Interface | Description |
|---|---|
| TimeProvider |
Defines an interface for providing high-resolution wall-clock timestamps.
|
| Class | Description |
|---|---|
| LongTime | |
| SetTimeProvider |
A
TimeProvider implementation that allows explicit setting and manipulation of time values
for testing purposes. |
| UniqueMicroTimeProvider |
A
TimeProvider implementation that ensures unique timestamps across threads within a single process. |
| Enum | Description |
|---|---|
| PosixTimeProvider |
Provides time based on the Posix standard, particularly utilizing native code
to access high-resolution time.
|
| SystemTimeProvider |
SystemTimeProvider synthesises a nanosecond wall-clock time via System.nanoTime deltas in combination with System.currentTimeMillis.
|
Copyright © 2024. All rights reserved.