Uses of Interface
org.agrona.concurrent.NanoClock
-
Packages that use NanoClock Package Description org.agrona.concurrent 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 NanoClock Modifier and Type Class Description class
CachedNanoClock
ANanoClock
that caches a timestamp which can be updated withCachedNanoClock.update(long)
.class
SystemNanoClock
ANanoClock
the delegates toSystem.nanoTime()
.
-