public interface SlowQueryAggregator
| Modifier and Type | Method and Description |
|---|---|
void |
addSlowQueriesFromTransaction(TransactionData td)
Add any slow queries that occurred during the provided transaction.
|
java.util.List<SqlTrace> |
getAndClearSlowQueries()
Returns and resets a list of slow queries since the last time this method was called.
|
java.util.List<SqlTrace> getAndClearSlowQueries()
void addSlowQueriesFromTransaction(TransactionData td)
td - the transaction to check for slow query traces