Uses of Class
org.elasticsearch.index.cache.query.QueryCacheStats
-
Packages that use QueryCacheStats Package Description org.elasticsearch.action.admin.cluster.stats org.elasticsearch.action.admin.indices.stats org.elasticsearch.index.cache.query org.elasticsearch.indices -
-
Uses of QueryCacheStats in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return QueryCacheStats Modifier and Type Method Description QueryCacheStatsClusterStatsIndices. getQueryCache() -
Uses of QueryCacheStats in org.elasticsearch.action.admin.indices.stats
Fields in org.elasticsearch.action.admin.indices.stats declared as QueryCacheStats Modifier and Type Field Description QueryCacheStatsCommonStats. queryCacheMethods in org.elasticsearch.action.admin.indices.stats that return QueryCacheStats Modifier and Type Method Description QueryCacheStatsCommonStats. getQueryCache() -
Uses of QueryCacheStats in org.elasticsearch.index.cache.query
Methods in org.elasticsearch.index.cache.query with parameters of type QueryCacheStats Modifier and Type Method Description voidQueryCacheStats. add(QueryCacheStats stats) -
Uses of QueryCacheStats in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return QueryCacheStats Modifier and Type Method Description QueryCacheStatsNodeIndicesStats. getQueryCache()QueryCacheStatsIndicesQueryCache. getStats(ShardId shard)Get usage statistics for the given shard.
-