java.lang.Object
org.apache.lucene.monitor.SlowLog.Entry
- Enclosing class:
- SlowLog
An individual entry in the slow log
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
queryId
The query id -
time
final long timeThe time taken to execute the query in ms
-
-
Constructor Details
-
Entry
Entry(String queryId, long time)
-