|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentLinkedHashMap.EvictionPolicy | |
|---|---|
| com.thimbleware.jmemcached.storage.hash | |
| Uses of ConcurrentLinkedHashMap.EvictionPolicy in com.thimbleware.jmemcached.storage.hash |
|---|
| Methods in com.thimbleware.jmemcached.storage.hash that return ConcurrentLinkedHashMap.EvictionPolicy | |
|---|---|
static ConcurrentLinkedHashMap.EvictionPolicy |
ConcurrentLinkedHashMap.EvictionPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConcurrentLinkedHashMap.EvictionPolicy[] |
ConcurrentLinkedHashMap.EvictionPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.thimbleware.jmemcached.storage.hash with parameters of type ConcurrentLinkedHashMap.EvictionPolicy | ||
|---|---|---|
static
|
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
long maximumMemoryCapacity)
Creates a map with the specified eviction policy, maximum capacity, and at the default concurrency level. |
|
static
|
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
long maximumMemoryCapacity,
ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
Creates a map with the specified eviction policy, maximum capacity, eviction listener, and at the default concurrency level. |
|
static
|
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
long maximumMemoryCapacity,
int concurrencyLevel)
Creates a map with the specified eviction policy, maximum capacity, and concurrency level. |
|
static
|
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
long maximumMemoryCapacity,
int concurrencyLevel,
ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
Creates a map with the specified eviction policy, maximum capacity, eviction listener, and concurrency level. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||