Apache Tomcat 7.0.37

org.apache.tomcat.jdbc.pool.interceptor
Class SlowQueryReport.QueryStats

java.lang.Object
  extended by org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Enclosing class:
SlowQueryReport

public static class SlowQueryReport.QueryStats
extends Object

Author:
fhanik

Constructor Summary
SlowQueryReport.QueryStats(String query)
           
 
Method Summary
 void add(long invocationTime, long now)
           
 boolean equals(Object other)
           
 void failure(long invocationTime, long now)
           
 CompositeDataSupport getCompositeData(CompositeType type)
           
static String[] getFieldDescriptions()
           
static String[] getFieldNames()
           
static OpenType[] getFieldTypes()
           
 long getMaxInvocationDate()
           
 long getMaxInvocationTime()
           
 long getMinInvocationDate()
           
 long getMinInvocationTime()
           
 int getNrOfInvocations()
           
 String getQuery()
           
 long getTotalInvocationTime()
           
 int hashCode()
           
 boolean isOlderThan(SlowQueryReport.QueryStats other)
           
 void prepare(long invocationTime)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlowQueryReport.QueryStats

public SlowQueryReport.QueryStats(String query)
Method Detail

getFieldNames

public static String[] getFieldNames()

getFieldDescriptions

public static String[] getFieldDescriptions()

getFieldTypes

public static OpenType[] getFieldTypes()

toString

public String toString()
Overrides:
toString in class Object

getCompositeData

public CompositeDataSupport getCompositeData(CompositeType type)
                                      throws OpenDataException
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

public String 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()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

isOlderThan

public boolean isOlderThan(SlowQueryReport.QueryStats other)

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.