Package | Description |
---|---|
org.elasticsearch.common.util.concurrent |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashMapLong<T> |
Modifier and Type | Method and 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.
|
Copyright © 2009–2015. All rights reserved.