Uses of Interface
net.sf.infrared.agent.jdbcstats.IdMapper

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

Uses of IdMapper in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent with parameters of type IdMapper
 void AggregateOperationTree.merge(AggregateOperationTree treeToMerge, IdMapper idMapper)
           
 void AggregateOperationTree.mergeSubTrees(AggregateOperationTree[] extractedUniqueTrees, IdMapper idMapper)
           
 void AggregateOperationTree.mergeSubTreesRecursively(List subTrees, TreeNode mergedTree, IdMapper idMapper)
           
 void AggregateApiTime.merge(AggregateApiTime other, IdMapper idMapper)
           
 

Constructors in net.sf.infrared.agent with parameters of type IdMapper
OperationTree(OperationTree other, IdMapper idMapper)
           
ApiTime(ApiTime anotherApiTime, IdMapper idMapper)
          Copy constructor for making a new ApiTime with the same attributes as a given ApiTime.
AggregateOperationTree(AggregateOperationTree other, IdMapper idMapper)
          Constructs a new AggregateOperationTree object for the operation represented by the given OperationTree.
 

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

Classes in net.sf.infrared.agent.jdbcstats that implement IdMapper
 class NullIdMapper
          Implentation of IdMapper that does not maintain a map and thus returns the same id that is passed in.
 

Methods in net.sf.infrared.agent.jdbcstats that return IdMapper
 IdMapper JDBCStatisticRepository.merge(JDBCStatisticRepository other)
           
 

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