Uses of Class
com.google.common.util.concurrent.Striped.PowerOfTwoStriped
Packages that use Striped.PowerOfTwoStriped
-
Uses of Striped.PowerOfTwoStriped in com.google.common.util.concurrent
Subclasses of Striped.PowerOfTwoStriped in com.google.common.util.concurrentModifier and TypeClassDescriptionprivate static class
Implementation of Striped where 2^k stripes are represented as an array of the same length, eagerly initialized.(package private) static class
Implementation of Striped where up to 2^k stripes can be represented, using a ConcurrentMap where the key domain is [0..2^k).(package private) static class
Implementation of Striped where up to 2^k stripes can be represented, using an AtomicReferenceArray of size 2^k.