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