Uses of Class
org.elasticsearch.indices.IndicesQueryCache
-
Packages that use IndicesQueryCache Package Description org.elasticsearch.action.admin.indices.stats org.elasticsearch.index org.elasticsearch.index.cache.query org.elasticsearch.indices -
-
Uses of IndicesQueryCache in org.elasticsearch.action.admin.indices.stats
Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type IndicesQueryCache Constructor Description CommonStats(IndicesQueryCache indicesQueryCache, IndexShard indexShard, CommonStatsFlags flags) -
Uses of IndicesQueryCache in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type IndicesQueryCache Modifier and Type Method Description IndexServiceIndexModule. newIndexService(IndexService.IndexCreationContext indexCreationContext, NodeEnvironment environment, NamedXContentRegistry xContentRegistry, IndexService.ShardStoreDeleter shardStoreDeleter, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ThreadPool threadPool, ScriptService scriptService, ClusterService clusterService, Client client, IndicesQueryCache indicesQueryCache, MapperRegistry mapperRegistry, IndicesFieldDataCache indicesFieldDataCache, NamedWriteableRegistry namedWriteableRegistry)Method parameters in org.elasticsearch.index with type arguments of type IndicesQueryCache Modifier and Type Method Description voidIndexModule. forceQueryCacheProvider(BiFunction<IndexSettings,IndicesQueryCache,QueryCache> queryCacheProvider)Forces a certain query cache to use instead of the default one. -
Uses of IndicesQueryCache in org.elasticsearch.index.cache.query
Constructors in org.elasticsearch.index.cache.query with parameters of type IndicesQueryCache Constructor Description IndexQueryCache(IndexSettings indexSettings, IndicesQueryCache indicesQueryCache) -
Uses of IndicesQueryCache in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return IndicesQueryCache Modifier and Type Method Description IndicesQueryCacheIndicesService. getIndicesQueryCache()
-