Uses of Class
org.infinispan.util.concurrent.BufferedConcurrentHashMap.Eviction

Packages that use BufferedConcurrentHashMap.Eviction
org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers. 
 

Uses of BufferedConcurrentHashMap.Eviction in org.infinispan.util.concurrent
 

Methods in org.infinispan.util.concurrent that return BufferedConcurrentHashMap.Eviction
 BufferedConcurrentHashMap.Eviction BufferedConcurrentHashMap.EvictionPolicy.strategy()
          Returns type of eviction algorithm (strategy).
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.
 

Constructors in org.infinispan.util.concurrent with parameters of type BufferedConcurrentHashMap.Eviction
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.
 


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.