Uses of Interface
org.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
Packages that use ConcurrentMapLong Package Description org.elasticsearch.common.util.concurrent -
-
Uses of ConcurrentMapLong in org.elasticsearch.common.util.concurrent
Classes in org.elasticsearch.common.util.concurrent that implement ConcurrentMapLong Modifier and Type Class Description classConcurrentHashMapLong<T>Methods in org.elasticsearch.common.util.concurrent that return ConcurrentMapLong Modifier and Type Method Description static <V> ConcurrentMapLong<V>ConcurrentCollections. newConcurrentMapLong()static <V> ConcurrentMapLong<V>ConcurrentCollections. newConcurrentMapLongWithAggressiveConcurrency()Creates a new CHM with an aggressive concurrency level, aimed at highly updateable long living maps.
-