Class StorageTimestampProvider.Default

    • Constructor Detail

      • Default

        public Default()
    • Method Detail

      • currentNanoTimestamp

        public long currentNanoTimestamp()
        Description copied from interface: StorageTimestampProvider
        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.
        Specified by:
        currentNanoTimestamp in interface StorageTimestampProvider
        Returns:
        a strictly monotone increasing timestamp with nanosecond precision.