net.sf.infrared.agent.jdbcstats
Interface IdMapper

All Known Implementing Classes:
NullIdMapper

public interface IdMapper

The interface for getting the corresponding id of a sql if the same sql is encountered in another request. This is required during the merge operation of Statistics


Method Summary
 Long getMappedId(Long id)
           
 

Method Detail

getMappedId

public Long getMappedId(Long id)