Package org.onosproject.store.service
Interface LogicalClockService
-
public interface LogicalClockService
Service 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 Timestamp
getTimestamp()
Generates a new logical timestamp.
-
-
-
Method Detail
-
getTimestamp
Timestamp getTimestamp()
Generates a new logical timestamp.- Returns:
- timestamp
-
-