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 Detail

      • getTimestamp

        Timestamp getTimestamp()
        Generates a new logical timestamp.
        Returns:
        timestamp