| Interface | Description |
|---|---|
| TimestampStrategy |
| Class | Description |
|---|---|
| DefaultTimestampStrategy |
This is an implementation of
TimestampStrategy that provides
millisecond resolution. |
| DeltaTimestampStrategy |
This is an implementation of
TimestampStrategy that provides
nanosecond resolution. |
| DeltaTimestampStrategy.NanosClock |
Clock class responsible to create instants with nanoseconds.
|
| FixedTimestampStretegy | |
| NanosecondTimestampStrategy |
This is an implementation of
TimestampStrategy that may provide
nanosecond resolution, if available, or millisecond resolution. |
| RandomTimestampStrategy | |
| StoppedDefaultTimestampStrategy |
This is an implementation of
TimestampStrategy that always returns
the same timestamp, simulating a stopped wall clock. |
Copyright © 2019. All rights reserved.