Class SlowLog.Entry

java.lang.Object
org.apache.lucene.monitor.SlowLog.Entry
Enclosing class:
SlowLog

public static class SlowLog.Entry extends Object
An individual entry in the slow log
  • Field Details

    • queryId

      final String queryId
      The query id
    • time

      final long time
      The time taken to execute the query in ms
  • Constructor Details

    • Entry

      Entry(String queryId, long time)