Package net.sf.infrared.agent.jdbcstats

Interface Summary
IdMapper The interface for getting the corresponding id of a sql if the same sql is encountered in another request.
 

Class Summary
JDBCStatisticRepository This is the repository for storing the SQL statistics.
NullIdMapper Implentation of IdMapper that does not maintain a map and thus returns the same id that is passed in.
SqlStatistics Stores the statistics of a sql along with its id
SqlStatisticsMap Stores the SqlStatistics of a sql against its id