All Superinterfaces:
Serializable
All Known Implementing Classes:
ActiveQueryImpl

public interface ActiveQuery extends Serializable
A class that describes an active query
  • Method Details

    • getQuery

      String getQuery()
      Returns the query that is being run
    • getStatementType

      ActiveQuery.StatementType getStatementType()
      What kind of statement is this query executing in?
    • getStatementId

      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.