Class TinyLfuBlockCache.EvictionListener

java.lang.Object
org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache.EvictionListener
All Implemented Interfaces:
com.github.benmanes.caffeine.cache.RemovalListener<BlockCacheKey,Cacheable>
Enclosing class:
TinyLfuBlockCache

private final class TinyLfuBlockCache.EvictionListener extends Object implements com.github.benmanes.caffeine.cache.RemovalListener<BlockCacheKey,Cacheable>
A removal listener to asynchronously record evictions and populate the victim cache.