Package org.onosproject.store.service
Interface LogicalClockService
- 
public interface LogicalClockServiceService that issues logical timestamps.Logical timestamps are useful for establishing a total ordering of arbitrary cluster wide events without relying on a fully synchronized system clock (wall clock)
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampgetTimestamp()Generates a new logical timestamp. 
 - 
 
- 
- 
Method Detail
- 
getTimestamp
Timestamp getTimestamp()
Generates a new logical timestamp.- Returns:
 - timestamp
 
 
 - 
 
 -