Class SlowLog.Entry

  • Enclosing class:
    SlowLog

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

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String queryId
      The query id
      (package private) long time
      The time taken to execute the query in ms
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String queryId, long time)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • queryId

        final java.lang.String queryId
        The query id
      • time

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

      • Entry

        Entry​(java.lang.String queryId,
              long time)