| Package | Description |
|---|---|
| io.atomix.utils.time |
Provides classes and interfaces for representing and operating on both logical and physical representations of time.
|
| Modifier and Type | Method and Description |
|---|---|
VectorTimestamp<T> |
VectorClock.getTime() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<VectorTimestamp<T>> |
VectorClock.getTimestamps()
Returns a collection of identifier-timestamp pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorClock.update(VectorTimestamp<T> timestamp)
Updates the given timestamp.
|
| Constructor and Description |
|---|
VectorClock(VectorTimestamp<T> localTimestamp) |
VectorClock(VectorTimestamp<T> localTimestamp,
java.util.Collection<VectorTimestamp<T>> vector) |
| Constructor and Description |
|---|
VectorClock(VectorTimestamp<T> localTimestamp,
java.util.Collection<VectorTimestamp<T>> vector) |
Copyright © 2013-2019. All Rights Reserved.