Uses of Interface
org.elasticsearch.common.cache.RemovalListener
-
Packages that use RemovalListener Package Description org.elasticsearch.common.cache org.elasticsearch.index.cache.bitset org.elasticsearch.indices org.elasticsearch.indices.fielddata.cache -
-
Uses of RemovalListener in org.elasticsearch.common.cache
Methods in org.elasticsearch.common.cache with parameters of type RemovalListener Modifier and Type Method Description CacheBuilder<K,V>CacheBuilder. removalListener(RemovalListener<K,V> removalListener) -
Uses of RemovalListener in org.elasticsearch.index.cache.bitset
Classes in org.elasticsearch.index.cache.bitset that implement RemovalListener Modifier and Type Class Description classBitsetFilterCacheThis is a cache forBitDocIdSetbased filters and is unbounded by size or time. -
Uses of RemovalListener in org.elasticsearch.indices
Classes in org.elasticsearch.indices that implement RemovalListener Modifier and Type Class Description classIndicesRequestCacheThe indices request cache allows to cache a shard level request stage responses, helping with improving similar requests that are potentially expensive (because of aggs for example). -
Uses of RemovalListener in org.elasticsearch.indices.fielddata.cache
Classes in org.elasticsearch.indices.fielddata.cache that implement RemovalListener Modifier and Type Class Description classIndicesFieldDataCache
-