Uses of Class
com.reardencommerce.kernel.collections.shared.evictable.ConcurrentLinkedHashMap.EvictionPolicy

Packages that use ConcurrentLinkedHashMap.EvictionPolicy
com.reardencommerce.kernel.collections.shared.evictable   
 

Uses of ConcurrentLinkedHashMap.EvictionPolicy in com.reardencommerce.kernel.collections.shared.evictable
 

Methods in com.reardencommerce.kernel.collections.shared.evictable 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're declared.
 

Methods in com.reardencommerce.kernel.collections.shared.evictable with parameters of type ConcurrentLinkedHashMap.EvictionPolicy
static
<K,V> ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity)
          Creates a map with the specified eviction policy, maximum capacity, and at the default concurrency level.
static
<K,V> ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
          Creates a map with the specified eviction policy, maximum capacity, eviction listener, and at the default concurrency level.
static
<K,V> ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, int concurrencyLevel)
          Creates a map with the specified eviction policy, maximum capacity, and concurrency level.
static
<K,V> ConcurrentLinkedHashMap<K,V>
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy, int maximumCapacity, int concurrencyLevel, ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
          Creates a map with the specified eviction policy, maximum capacity, eviction listener, and concurrency level.
 



Copyright © 2009 Ignite Realtime. All Rights Reserved.