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