Uses of Interface
org.jctools.counters.Counter
-
Packages that use Counter Package Description org.jctools.counters -
-
Uses of Counter in org.jctools.counters
Classes in org.jctools.counters that implement Counter Modifier and Type Class Description class
FixedSizeStripedLongCounter
(package private) class
FixedSizeStripedLongCounterV6
Lock-free implementation of striped counter using CAS primitives.(package private) class
FixedSizeStripedLongCounterV8
Wait-free implementation of striped counter using Java 8 Unsafe intrinsics (lock addq and lock xchg).
-