Interface StorageTimestampProvider

    • Method Detail

      • currentNanoTimestamp

        long currentNanoTimestamp()
        Provides the current timestamp in nanosecond precision but not necessarily in nanosecond accuracy. However, it is guaranteed that subsequent calls of this method never return an equal or lower value.
        Returns:
        a strictly monotone increasing timestamp with nanosecond precision.