Class SlowQueryReport.QueryStats
java.lang.Object
org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
- Enclosing class:
- SlowQueryReport
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
QueryStats
 
- 
- 
Method Details- 
getFieldNames
- 
getFieldDescriptions
- 
getFieldTypes
- 
toString
- 
getCompositeData- Throws:
- OpenDataException
 
- 
preparepublic void prepare(long invocationTime) 
- 
addpublic void add(long invocationTime, long now) 
- 
failurepublic void failure(long invocationTime, long now) 
- 
getQuery
- 
getNrOfInvocationspublic int getNrOfInvocations()
- 
getMaxInvocationTimepublic long getMaxInvocationTime()
- 
getMaxInvocationDatepublic long getMaxInvocationDate()
- 
getMinInvocationTimepublic long getMinInvocationTime()
- 
getMinInvocationDatepublic long getMinInvocationDate()
- 
getTotalInvocationTimepublic long getTotalInvocationTime()
- 
hashCodepublic int hashCode()
- 
equals
- 
isOlderThan
 
-