public interface SlowTransactionsConfig
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluateCompletedTransactions()
By default, only in-progress transactions are checked for exceeding the defined
threshold time during a normal harvest cycle.
|
long |
getThresholdMillis()
The minimum number of milliseconds a transaction must be running to be
reported as slow.
|
boolean |
isEnabled()
True if the
SlowTransactionService is enabled, else false. |
boolean isEnabled()
SlowTransactionService is enabled, else false.long getThresholdMillis()
boolean evaluateCompletedTransactions()