See: Description
| Interface | Description |
|---|---|
| ClockService<T,U> |
Clock service that can generate timestamps based off of two input objects.
|
| Class | Description |
|---|---|
| MastershipBasedTimestamp |
A logical timestamp that derives its value from two things:
The current mastership term of the device.
The value of the counter used for tracking topology events observed from
the device during that current time of a device.
|
| MultiValuedTimestamp<T extends Comparable<T>,U extends Comparable<U>> |
A logical timestamp that derives its value from two input values.
|
| Timestamped<T> |
Wrapper class to store Timestamped value.
|
| WallclockClockManager<T,U> |
A clock service which hands out wallclock-based timestamps.
|
| WallClockTimestamp |
A Timestamp that derives its value from the prevailing
wallclock time on the controller where it is generated.
|
Copyright © 2015. All rights reserved.