Uses of Interface
org.agrona.concurrent.EpochMicroClock
-
Packages that use EpochMicroClock Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of EpochMicroClock in org.agrona.concurrent
Classes in org.agrona.concurrent that implement EpochMicroClock Modifier and Type Class Description class
SystemEpochMicroClock
Implementation that callsHighResolutionClock.epochMicros()
.
-