Interface StorageTimestampProvider

    • Method Summary

      Modifier and Type Method Description
      long currentNanoTimestamp()
      Provides the current timestamp in nanosecond precision but not necessarily in nanosecond accuracy.
    • 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.