Uses of Interface
org.agrona.concurrent.EpochNanoClock
-
Packages that use EpochNanoClock Package Description org.agrona.concurrent 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 EpochNanoClock Modifier and Type Class Description class
OffsetEpochNanoClock
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
SystemEpochNanoClock
Implementation that callsHighResolutionClock.epochNanos()
.
-