Uses of Package
net.sf.ehcache.util.concurrent
-
Packages that use net.sf.ehcache.util.concurrent Package Description net.sf.ehcache.store.cachingtier Contains the caching tier implementationsnet.sf.ehcache.util.concurrent -
Classes in net.sf.ehcache.util.concurrent used by net.sf.ehcache.store.cachingtier Class Description ConcurrentHashMap A hash table supporting full concurrency of retrievals and high expected concurrency for updates. -
Classes in net.sf.ehcache.util.concurrent used by net.sf.ehcache.util.concurrent Class Description ConcurrentHashMap.KeySetView A view of a ConcurrentHashMap as aSetof keys, in which additions may optionally be enabled by mapping to a common value.ConcurrentHashMap.Node Key-value entry.ConcurrentHashMap.RemovalCallback ConcurrentHashMap.Spliterator A partitionable iterator.ConcurrentHashMap.TreeNode Nodes for use in TreeBinsConcurrentHashMap.ValuesView A view of a ConcurrentHashMap as aCollectionof values, in which additions are disabled.ThreadLocalRandom A random number generator isolated to the current thread.