Uses of Class
org.jctools.counters.FixedSizeStripedLongCounterFields
Packages that use FixedSizeStripedLongCounterFields
-
Uses of FixedSizeStripedLongCounterFields in org.jctools.counters
Subclasses of FixedSizeStripedLongCounterFields in org.jctools.countersModifier and TypeClassDescriptionclass
(package private) class
Lock-free implementation of striped counter using CAS primitives.(package private) class
Wait-free implementation of striped counter using Java 8 Unsafe intrinsics (lock addq and lock xchg).