Package | Description |
---|---|
org.jctools.counters |
Modifier and Type | Class and Description |
---|---|
(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).
|
Modifier and Type | Method and Description |
---|---|
static FixedSizeStripedLongCounter |
CountersFactory.createFixedSizeStripedCounter(int stripesCount) |
static FixedSizeStripedLongCounter |
CountersFactory.createFixedSizeStripedCounterV6(int stripesCount) |
static FixedSizeStripedLongCounter |
CountersFactory.createFixedSizeStripedCounterV8(int stripesCount) |