public interface QueryCountStatsProvider
| Modifier and Type | Method and Description |
|---|---|
long |
getFailedQueryCount()
Returns the number of failed queries during the emission period.
|
long |
getInterruptedQueryCount()
Returns the number of queries interrupted due to cancellation during the emission period.
|
long |
getSuccessfulQueryCount()
Returns the number of successful queries processed during the emission period.
|
long |
getTimedOutQueryCount()
Returns the number of timed out queries during the emission period.
|
long getSuccessfulQueryCount()
long getFailedQueryCount()
long getInterruptedQueryCount()
long getTimedOutQueryCount()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.