Uses of Class
org.agrona.concurrent.SystemNanoClock
Packages that use SystemNanoClock
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of SystemNanoClock in org.agrona.concurrent
Fields in org.agrona.concurrent declared as SystemNanoClockModifier and TypeFieldDescriptionstatic final SystemNanoClock
SystemNanoClock.INSTANCE
As there is no instance state then this object can be used to save on allocation.