- java.lang.Object
-
- org.apache.lucene.monitor.Monitor.QueryCacheStats
-
- Enclosing class:
- Monitor
public static class Monitor.QueryCacheStats extends java.lang.Object
Statistics for the query cache and query index
-
-
Field Summary
Fields Modifier and Type Field Description int
cachedQueries
Total number of queries int the query cachelong
lastPurged
Time the query cache was last purgedint
queries
Total number of queries in the query index
-
Constructor Summary
Constructors Constructor Description QueryCacheStats(int queries, int cachedQueries, long lastPurged)
-