Uses of Class
org.agrona.concurrent.CachedNanoClockValue
Packages that use CachedNanoClockValue
Package
Description
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.concurrentModifier and TypeClassDescriptionclass
ANanoClock
that caches a timestamp which can be updated withCachedNanoClock.update(long)
.Fields in org.agrona.concurrent with type parameters of type CachedNanoClockValueModifier and TypeFieldDescriptionprivate static final AtomicLongFieldUpdater
<CachedNanoClockValue> CachedNanoClock.FIELD_UPDATER