Uses of Class
org.agrona.concurrent.CachedEpochClockValue
Packages that use CachedEpochClockValue
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of CachedEpochClockValue in org.agrona.concurrent
Subclasses of CachedEpochClockValue in org.agrona.concurrentModifier and TypeClassDescriptionclass
AnEpochClock
that caches a timestamp which can be updated withCachedEpochClock.update(long)
.Fields in org.agrona.concurrent with type parameters of type CachedEpochClockValueModifier and TypeFieldDescriptionprivate static final AtomicLongFieldUpdater
<CachedEpochClockValue> CachedEpochClock.FIELD_UPDATER