Uses of Class
org.elasticsearch.index.cache.request.RequestCacheStats
-
Packages that use RequestCacheStats Package Description org.elasticsearch.action.admin.indices.stats org.elasticsearch.index.cache.request org.elasticsearch.indices -
-
Uses of RequestCacheStats in org.elasticsearch.action.admin.indices.stats
Fields in org.elasticsearch.action.admin.indices.stats declared as RequestCacheStats Modifier and Type Field Description RequestCacheStatsCommonStats. requestCacheMethods in org.elasticsearch.action.admin.indices.stats that return RequestCacheStats Modifier and Type Method Description RequestCacheStatsCommonStats. getRequestCache() -
Uses of RequestCacheStats in org.elasticsearch.index.cache.request
Methods in org.elasticsearch.index.cache.request that return RequestCacheStats Modifier and Type Method Description RequestCacheStatsShardRequestCache. stats()Methods in org.elasticsearch.index.cache.request with parameters of type RequestCacheStats Modifier and Type Method Description voidRequestCacheStats. add(RequestCacheStats stats) -
Uses of RequestCacheStats in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return RequestCacheStats Modifier and Type Method Description RequestCacheStatsNodeIndicesStats. getRequestCache()
-