Uses of Interface
io.debezium.util.BoundedConcurrentHashMap.EvictionPolicy
Packages that use BoundedConcurrentHashMap.EvictionPolicy
-
Uses of BoundedConcurrentHashMap.EvictionPolicy in io.debezium.util
Classes in io.debezium.util that implement BoundedConcurrentHashMap.EvictionPolicyModifier and TypeClassDescription(package private) static final class(package private) static final class(package private) static classFields in io.debezium.util declared as BoundedConcurrentHashMap.EvictionPolicyModifier and TypeFieldDescription(package private) final BoundedConcurrentHashMap.EvictionPolicy<K,V> BoundedConcurrentHashMap.Segment.evictionMethods in io.debezium.util that return BoundedConcurrentHashMap.EvictionPolicyModifier and TypeMethodDescription(package private) abstract <K,V> BoundedConcurrentHashMap.EvictionPolicy<K, V> BoundedConcurrentHashMap.Eviction.make(BoundedConcurrentHashMap.Segment<K, V> s, int capacity, float lf)