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