Uses of Class
org.agrona.concurrent.CachedNanoClockValue
-
Packages that use CachedNanoClockValue Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of CachedNanoClockValue in org.agrona.concurrent
Subclasses of CachedNanoClockValue in org.agrona.concurrent Modifier and Type Class Description class
CachedNanoClock
ANanoClock
that caches a timestamp which can be updated withCachedNanoClock.update(long)
.Fields in org.agrona.concurrent with type parameters of type CachedNanoClockValue Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicLongFieldUpdater<CachedNanoClockValue>
CachedNanoClock. FIELD_UPDATER
-