Uses of Class
org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
-
Packages that use IndicesFieldDataCache.Key Package Description org.elasticsearch.indices.fielddata.cache -
-
Uses of IndicesFieldDataCache.Key in org.elasticsearch.indices.fielddata.cache
Methods in org.elasticsearch.indices.fielddata.cache that return types with arguments of type IndicesFieldDataCache.Key Modifier and Type Method Description Cache<IndicesFieldDataCache.Key,Accountable>IndicesFieldDataCache. getCache()Methods in org.elasticsearch.indices.fielddata.cache with parameters of type IndicesFieldDataCache.Key Modifier and Type Method Description longIndicesFieldDataCache.FieldDataWeigher. applyAsLong(IndicesFieldDataCache.Key key, Accountable ramUsage)Method parameters in org.elasticsearch.indices.fielddata.cache with type arguments of type IndicesFieldDataCache.Key Modifier and Type Method Description voidIndicesFieldDataCache. onRemoval(RemovalNotification<IndicesFieldDataCache.Key,Accountable> notification)
-