Uses of Interface
io.debezium.util.BoundedConcurrentHashMap.EvictionPolicy
-
Packages that use BoundedConcurrentHashMap.EvictionPolicy Package Description io.debezium.util -
-
Uses of BoundedConcurrentHashMap.EvictionPolicy in io.debezium.util
Classes in io.debezium.util that implement BoundedConcurrentHashMap.EvictionPolicy Modifier and Type Class Description (package private) static classBoundedConcurrentHashMap.LIRS<K,V>(package private) static classBoundedConcurrentHashMap.LRU<K,V>(package private) static classBoundedConcurrentHashMap.NullEvictionPolicy<K,V>Fields in io.debezium.util declared as BoundedConcurrentHashMap.EvictionPolicy Modifier and Type Field Description (package private) BoundedConcurrentHashMap.EvictionPolicy<K,V>BoundedConcurrentHashMap.Segment. evictionMethods in io.debezium.util that return BoundedConcurrentHashMap.EvictionPolicy Modifier and Type Method Description (package private) abstract <K,V>
BoundedConcurrentHashMap.EvictionPolicy<K,V>BoundedConcurrentHashMap.Eviction. make(BoundedConcurrentHashMap.Segment<K,V> s, int capacity, float lf)
-