Uses of Class
org.elasticsearch.common.cache.RemovalNotification
-
Packages that use RemovalNotification Package Description org.elasticsearch.common.cache org.elasticsearch.index.cache.bitset org.elasticsearch.indices org.elasticsearch.indices.fielddata.cache -
-
Uses of RemovalNotification in org.elasticsearch.common.cache
Methods in org.elasticsearch.common.cache with parameters of type RemovalNotification Modifier and Type Method Description voidRemovalListener. onRemoval(RemovalNotification<K,V> notification) -
Uses of RemovalNotification in org.elasticsearch.index.cache.bitset
Methods in org.elasticsearch.index.cache.bitset with parameters of type RemovalNotification Modifier and Type Method Description voidBitsetFilterCache. onRemoval(RemovalNotification<IndexReader.CacheKey,Cache<Query,BitsetFilterCache.Value>> notification) -
Uses of RemovalNotification in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type RemovalNotification Modifier and Type Method Description voidIndicesRequestCache. onRemoval(RemovalNotification<org.elasticsearch.indices.IndicesRequestCache.Key,BytesReference> notification) -
Uses of RemovalNotification in org.elasticsearch.indices.fielddata.cache
Methods in org.elasticsearch.indices.fielddata.cache with parameters of type RemovalNotification Modifier and Type Method Description voidIndicesFieldDataCache. onRemoval(RemovalNotification<IndicesFieldDataCache.Key,Accountable> notification)
-