Uses of Class
org.agrona.concurrent.CachedEpochClockPadding
-
Packages that use CachedEpochClockPadding Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of CachedEpochClockPadding in org.agrona.concurrent
Subclasses of CachedEpochClockPadding in org.agrona.concurrent Modifier and Type Class Description class
CachedEpochClock
AnEpochClock
that caches a timestamp which can be updated withCachedEpochClock.update(long)
.(package private) class
CachedEpochClockValue
Value for the sequence that is expected to be padded.
-