| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
Provides classes and interfaces for thread management and scheduling in an
event-driven programming model.
|
| net.openhft.chronicle.core.time |
| Class and Description |
|---|
| TimeProvider
Provides a nanosecond resolution wall-clock timestamp.
|
| Class and Description |
|---|
| PosixTimeProvider
This is the raw Posix time, if you need it to be unique or a multiple of 32 use a wrapper.
|
| SetTimeProvider
TimeProvider whose value can be explicitly set and advanced for testing purposes.
|
| SystemTimeProvider
SystemTimeProvider synthesises a nanosecond wall-clock time via System.nanoTime deltas in combination with System.currentTimeMillis.
|
| TimeProvider
Provides a nanosecond resolution wall-clock timestamp.
|
| UniqueMicroTimeProvider
Timestamps are unique across threads for a single process.
|
Copyright © 2023. All rights reserved.