Interface ActiveQuery

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    ActiveQueryImpl

    public interface ActiveQuery
    extends java.io.Serializable
    A class that describes an active query
    • Method Detail

      • getQuery

        java.lang.String getQuery()
        Returns the query that is being run
      • getStatementId

        java.util.UUID getStatementId()
        Returns a UUID of the statement for later lookup
      • getStartTime

        long getStartTime()
        Returns the system time in millis that this query started running at.