Interface ActiveQuery
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActiveQueryImpl
A class that describes an active query
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
Returns the query that is being runlong
Returns the system time in millis that this query started running at.Returns a UUID of the statement for later lookupWhat kind of statement is this query executing in?
-
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.
-