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

Packages that use SqlStatisticsMap
net.sf.infrared.agent   
net.sf.infrared.agent.jdbcstats   
 

Uses of SqlStatisticsMap in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent that return SqlStatisticsMap
 SqlStatisticsMap ApiTime.getSqlStatisticsMap()
           
 SqlStatisticsMap AggregateApiTime.getSqlStatisticsMap()
           
 

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

Methods in net.sf.infrared.agent.jdbcstats that return SqlStatisticsMap
 SqlStatisticsMap SqlStatisticsMap.copy()
           
 

Methods in net.sf.infrared.agent.jdbcstats with parameters of type SqlStatisticsMap
 void SqlStatisticsMap.aggregate(SqlStatisticsMap other, IdMapper idMapper)