|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoundedConcurrentHashMap.EvictionListener | |
|---|---|
| org.jboss.jca.adapters.jdbc.util | Util package with LRU Policy |
| Uses of BoundedConcurrentHashMap.EvictionListener in org.jboss.jca.adapters.jdbc.util |
|---|
| Constructors in org.jboss.jca.adapters.jdbc.util with parameters of type BoundedConcurrentHashMap.EvictionListener | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||