| Modifier and Type | Method and Description |
|---|---|
VectorTimestamp<T> |
VectorClock.getTime() |
| Modifier and Type | Method and Description |
|---|---|
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,
Collection<VectorTimestamp<T>> vector) |
| Constructor and Description |
|---|
VectorClock(VectorTimestamp<T> localTimestamp,
Collection<VectorTimestamp<T>> vector) |
Copyright © 2013–2018. All rights reserved.