public class WallclockClockManager<T,U> extends Object implements ClockService<T,U>
| Constructor and Description |
|---|
WallclockClockManager() |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.store.Timestamp |
getTimestamp(T object1,
U object2)
Gets a new timestamp for the given objects.
|
public org.onosproject.store.Timestamp getTimestamp(T object1, U object2)
ClockServicegetTimestamp in interface ClockService<T,U>object1 - First object to use when generating timestampsobject2 - Second object to use when generating timestampsCopyright © 2015. All rights reserved.