Package io.debezium.util
Interface BoundedConcurrentHashMap.EvictionListener<K,V>
- All Known Implementing Classes:
BoundedConcurrentHashMap.NullEvictionListener
- Enclosing class:
- BoundedConcurrentHashMap<K,
V>
public static interface BoundedConcurrentHashMap.EvictionListener<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionvoidonEntryChosenForEviction(V internalCacheEntry) voidonEntryEviction(Map<K, V> evicted)
-
Method Details
-
onEntryEviction
-
onEntryChosenForEviction
-