Uses of Class
org.agrona.concurrent.CachedEpochClockValue
-
Packages that use CachedEpochClockValue Package Description org.agrona.concurrent 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.concurrent Modifier and Type Class Description class
CachedEpochClock
AnEpochClock
that caches a timestamp which can be updated withCachedEpochClock.update(long)
.Fields in org.agrona.concurrent with type parameters of type CachedEpochClockValue Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicLongFieldUpdater<CachedEpochClockValue>
CachedEpochClock. FIELD_UPDATER
-