public class IntentDataClockManager<K> extends Object implements ClockService<K,org.onosproject.net.intent.IntentData>
| Constructor and Description |
|---|
IntentDataClockManager() |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.store.Timestamp |
getTimestamp(K key,
org.onosproject.net.intent.IntentData intentData)
Gets a new timestamp for the given objects.
|
public org.onosproject.store.Timestamp getTimestamp(K key, org.onosproject.net.intent.IntentData intentData)
ClockServicegetTimestamp in interface ClockService<K,org.onosproject.net.intent.IntentData>key - First object to use when generating timestampsintentData - Second object to use when generating timestampsCopyright © 2015. All rights reserved.