Uses of Interface
io.confluent.kafka.schemaregistry.utils.BoundedConcurrentHashMap.EvictionListener
Packages that use BoundedConcurrentHashMap.EvictionListener
-
Uses of BoundedConcurrentHashMap.EvictionListener in io.confluent.kafka.schemaregistry.utils
Constructors in io.confluent.kafka.schemaregistry.utils with parameters of type BoundedConcurrentHashMap.EvictionListenerModifierConstructorDescriptionBoundedConcurrentHashMap(int capacity, int concurrencyLevel, BoundedConcurrentHashMap.Eviction evictionStrategy, BoundedConcurrentHashMap.EvictionListener<K, V> evictionListener) Deprecated.Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.