public static class Monitor.QueryCacheStats
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
cachedQueries
Total number of queries int the query cache
|
long |
lastPurged
Time the query cache was last purged
|
int |
queries
Total number of queries in the query index
|
| Constructor and Description |
|---|
QueryCacheStats(int queries,
int cachedQueries,
long lastPurged) |