Uses of Class
org.jctools.counters.FixedSizeStripedLongCounter
-
Packages that use FixedSizeStripedLongCounter Package Description org.jctools.counters -
-
Uses of FixedSizeStripedLongCounter in org.jctools.counters
Subclasses of FixedSizeStripedLongCounter in org.jctools.counters Modifier and Type Class Description (package private) classFixedSizeStripedLongCounterV6Lock-free implementation of striped counter using CAS primitives.(package private) classFixedSizeStripedLongCounterV8Wait-free implementation of striped counter using Java 8 Unsafe intrinsics (lock addq and lock xchg).Methods in org.jctools.counters that return FixedSizeStripedLongCounter Modifier and Type Method Description static FixedSizeStripedLongCounterCountersFactory. createFixedSizeStripedCounter(int stripesCount)static FixedSizeStripedLongCounterCountersFactory. createFixedSizeStripedCounterV6(int stripesCount)static FixedSizeStripedLongCounterCountersFactory. createFixedSizeStripedCounterV8(int stripesCount)
-