类的使用
org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
-
使用BoundedConcurrentHashMap.Eviction的程序包 程序包 说明 org.hibernate.internal.util.collections -
-
org.hibernate.internal.util.collections中BoundedConcurrentHashMap.Eviction的使用
返回BoundedConcurrentHashMap.Eviction的org.hibernate.internal.util.collections中的方法 修饰符和类型 方法 说明 BoundedConcurrentHashMap.EvictionBoundedConcurrentHashMap.EvictionPolicy. strategy()Returns type of eviction algorithm (strategy).static BoundedConcurrentHashMap.EvictionBoundedConcurrentHashMap.Eviction. valueOf(String name)返回带有指定名称的该类型的枚举常量。static BoundedConcurrentHashMap.Eviction[]BoundedConcurrentHashMap.Eviction. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为BoundedConcurrentHashMap.Eviction的org.hibernate.internal.util.collections中的构造器 构造器 说明 BoundedConcurrentHashMap(int capacity, int concurrencyLevel, BoundedConcurrentHashMap.Eviction evictionStrategy)Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and eviction strategy.BoundedConcurrentHashMap(int capacity, int concurrencyLevel, BoundedConcurrentHashMap.Eviction evictionStrategy, BoundedConcurrentHashMap.EvictionListener<K,V> evictionListener)Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.
-