Uses of Interface
io.debezium.util.BoundedConcurrentHashMap.EvictionListener
-
Packages that use BoundedConcurrentHashMap.EvictionListener Package Description io.debezium.util -
-
Uses of BoundedConcurrentHashMap.EvictionListener in io.debezium.util
Classes in io.debezium.util that implement BoundedConcurrentHashMap.EvictionListener Modifier and Type Class Description (package private) static classBoundedConcurrentHashMap.NullEvictionListener<K,V>Fields in io.debezium.util declared as BoundedConcurrentHashMap.EvictionListener Modifier and Type Field Description (package private) BoundedConcurrentHashMap.EvictionListener<K,V>BoundedConcurrentHashMap.Segment. evictionListenerMethods in io.debezium.util that return BoundedConcurrentHashMap.EvictionListener Modifier and Type Method Description (package private) BoundedConcurrentHashMap.EvictionListener<K,V>BoundedConcurrentHashMap.Segment. getEvictionListener()Constructors in io.debezium.util with parameters of type BoundedConcurrentHashMap.EvictionListener Constructor Description 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)
-