java.lang.Object
org.apache.lucene.monitor.Monitor.QueryCacheStats
- Enclosing class:
Monitor
Statistics for the query cache and query index
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intTotal number of queries int the query cachefinal longTime the query cache was last purgedfinal intTotal number of queries in the query index -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
queries
public final int queriesTotal number of queries in the query index -
cachedQueries
public final int cachedQueriesTotal number of queries int the query cache -
lastPurged
public final long lastPurgedTime the query cache was last purged
-
-
Constructor Details
-
QueryCacheStats
public QueryCacheStats(int queries, int cachedQueries, long lastPurged)
-