Class CachedNanoClockValue

java.lang.Object
org.agrona.concurrent.CachedNanoClockPadding
org.agrona.concurrent.CachedNanoClockValue
Direct Known Subclasses:
CachedNanoClock

abstract class CachedNanoClockValue extends CachedNanoClockPadding
Value for the sequence that is expected to be padded.
  • Field Details

    • timeNs

      protected volatile long timeNs
      Time in nanoseconds.
  • Constructor Details

    • CachedNanoClockValue

      CachedNanoClockValue()