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