Uses of Class
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
-
Packages that use BoundedConcurrentHashMap.Eviction Package Description org.hibernate.internal.util.collections -
-
Uses of BoundedConcurrentHashMap.Eviction in org.hibernate.internal.util.collections
Methods in org.hibernate.internal.util.collections that return BoundedConcurrentHashMap.Eviction Modifier and Type Method Description BoundedConcurrentHashMap.Eviction
BoundedConcurrentHashMap.EvictionPolicy. strategy()
Returns type of eviction algorithm (strategy).static BoundedConcurrentHashMap.Eviction
BoundedConcurrentHashMap.Eviction. valueOf(String name)
Returns the enum constant of this type with the specified name.static BoundedConcurrentHashMap.Eviction[]
BoundedConcurrentHashMap.Eviction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.internal.util.collections with parameters of type BoundedConcurrentHashMap.Eviction Constructor Description BoundedConcurrentHashMap(int capacity, int concurrencyLevel, BoundedConcurrentHashMap.Eviction evictionStrategy)
Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.
-