Uses of Interface
org.agrona.concurrent.NanoClock
Packages that use NanoClock
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of NanoClock in org.agrona.concurrent
Classes in org.agrona.concurrent that implement NanoClockModifier and TypeClassDescriptionclass
ANanoClock
that caches a timestamp which can be updated withCachedNanoClock.update(long)
.class
ANanoClock
the delegates toSystem.nanoTime()
.