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 TypeClassDescriptionclass
An accurate, zero-gc, pure-java,EpochNanoClock
that 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.class
Implementation that callsHighResolutionClock.epochNanos()
.