Uses of Class
net.sf.infrared.agent.jdbcstats.SqlStatistics

Packages that use SqlStatistics
net.sf.infrared.agent   
net.sf.infrared.agent.jdbcstats   
net.sf.infrared.web.ui   
 

Uses of SqlStatistics in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent that return SqlStatistics
 SqlStatistics[] PerformanceDataSnapShot.getSqlStatistics()
           
 SqlStatistics[] AggregateApiTime.getSqlStatistics()
           
 

Methods in net.sf.infrared.agent with parameters of type SqlStatistics
 void PerformanceDataSnapShot.setSqlStatistics(SqlStatistics[] copyOfSqlStatistics)
           
 void AggregateApiTime.setSqlStatistics(SqlStatistics[] sqlStatistics)
           
 

Uses of SqlStatistics in net.sf.infrared.agent.jdbcstats
 

Methods in net.sf.infrared.agent.jdbcstats that return SqlStatistics
 SqlStatistics[] SqlStatisticsMap.getCopyOfSqlStatistics()
           
 SqlStatistics SqlStatistics.copy()
           
 SqlStatistics[] JDBCStatisticRepository.getCopyOfSqlStatistics()
           
 

Methods in net.sf.infrared.agent.jdbcstats with parameters of type SqlStatistics
 void SqlStatisticsMap.aggregate(SqlStatistics[] sqlStatistics)
           
 void SqlStatistics.aggreagte(SqlStatistics other)
           
 

Uses of SqlStatistics in net.sf.infrared.web.ui
 

Methods in net.sf.infrared.web.ui that return SqlStatistics
static SqlStatistics[] ViewUtil.getTopNQueriesByExecutionTime(SqlStatistics[] sqlStatistics, int n)
           
static SqlStatistics[] ViewUtil.getTopNQueriesByCount(SqlStatistics[] sqlStatistics, int n)
           
static SqlStatistics[] ViewUtil.getSqlStatistics(AggregateApiTime[] apiTimes)
           
 

Methods in net.sf.infrared.web.ui with parameters of type SqlStatistics
static SqlStatistics[] ViewUtil.getTopNQueriesByExecutionTime(SqlStatistics[] sqlStatistics, int n)
           
static SqlStatistics[] ViewUtil.getTopNQueriesByCount(SqlStatistics[] sqlStatistics, int n)