Package | Description |
---|---|
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Constructor and Description |
---|
BoundedConcurrentHashMap(int capacity,
int concurrencyLevel,
BoundedConcurrentHashMap.Eviction evictionStrategy,
BoundedConcurrentHashMap.EvictionListener<K,V> evictionListener)
Creates a new, empty map with the specified maximum capacity, load factor and concurrency
level.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.