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