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 TypeClassDescriptionclassANanoClockthat caches a timestamp which can be updated withCachedNanoClock.update(long).classANanoClockthe delegates toSystem.nanoTime().