Uses of Class
io.debezium.util.BoundedConcurrentHashMap.Eviction
-
Packages that use BoundedConcurrentHashMap.Eviction Package Description io.debezium.util -
-
Uses of BoundedConcurrentHashMap.Eviction in io.debezium.util
Methods in io.debezium.util that return BoundedConcurrentHashMap.Eviction Modifier and Type Method Description BoundedConcurrentHashMap.EvictionBoundedConcurrentHashMap.EvictionPolicy. strategy()Returns type of eviction algorithm (strategy).BoundedConcurrentHashMap.EvictionBoundedConcurrentHashMap.LIRS. strategy()BoundedConcurrentHashMap.EvictionBoundedConcurrentHashMap.LRU. strategy()BoundedConcurrentHashMap.EvictionBoundedConcurrentHashMap.NullEvictionPolicy. strategy()static BoundedConcurrentHashMap.EvictionBoundedConcurrentHashMap.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 io.debezium.util 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, 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.Segment(int cap, int evictCap, float lf, BoundedConcurrentHashMap.Eviction es, BoundedConcurrentHashMap.EvictionListener<K,V> listener)
-