Uses of Class
com.google.common.util.concurrent.Striped.PowerOfTwoStriped
-
Packages that use Striped.PowerOfTwoStriped Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of Striped.PowerOfTwoStriped in com.google.common.util.concurrent
Subclasses of Striped.PowerOfTwoStriped in com.google.common.util.concurrent Modifier and Type Class Description private static class
Striped.CompactStriped<L>
Implementation of Striped where 2^k stripes are represented as an array of the same length, eagerly initialized.(package private) static class
Striped.LargeLazyStriped<L>
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
Striped.SmallLazyStriped<L>
Implementation of Striped where up to 2^k stripes can be represented, using an AtomicReferenceArray of size 2^k.
-