Uses of Interface
org.agrona.concurrent.EpochNanoClock
Packages that use EpochNanoClock
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of EpochNanoClock in org.agrona.concurrent
Classes in org.agrona.concurrent that implement EpochNanoClockModifier and TypeClassDescriptionclassAn accurate, zero-gc, pure-java,EpochNanoClockthat calculates an initial epoch nano time based onSystem.currentTimeMillis()and then uses that offset to adjust the return value ofSystem.nanoTime()to the UNIX epoch.classImplementation that callsHighResolutionClock.epochNanos().