| Package | Description |
|---|---|
| org.infinispan.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static BufferedConcurrentHashMap.Eviction |
BufferedConcurrentHashMap.Eviction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferedConcurrentHashMap.Eviction[] |
BufferedConcurrentHashMap.Eviction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BufferedConcurrentHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
BufferedConcurrentHashMap.Eviction evictionStrategy) |
BufferedConcurrentHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
BufferedConcurrentHashMap.Eviction evictionStrategy,
BufferedConcurrentHashMap.EvictionListener<K,V> evictionListener)
Creates a new, empty map with the specified initial capacity, load factor and concurrency
level.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.