Package org.jctools.counters
-
Interface Summary Interface Description Counter Base counter interface. -
Class Summary Class Description CountersFactory FixedSizeStripedLongCounter FixedSizeStripedLongCounterFields FixedSizeStripedLongCounterPrePad Basic class representing static striped long counter with common mechanics for implementors.FixedSizeStripedLongCounterV6 Lock-free implementation of striped counter using CAS primitives.FixedSizeStripedLongCounterV8 Wait-free implementation of striped counter using Java 8 Unsafe intrinsics (lock addq and lock xchg).