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