Uses of Interface
org.jctools.counters.Counter
Packages that use Counter
-
Uses of Counter in org.jctools.counters
Classes in org.jctools.counters that implement CounterModifier and TypeClassDescriptionclass(package private) classLock-free implementation of striped counter using CAS primitives.(package private) classWait-free implementation of striped counter using Java 8 Unsafe intrinsics (lock addq and lock xchg).