Uses of Class
net.sf.infrared.agent.PerformanceDataSnapShot

Packages that use PerformanceDataSnapShot
net.sf.infrared.agent   
net.sf.infrared.web.persistence   
net.sf.infrared.web.report   
net.sf.infrared.web.ui   
 

Uses of PerformanceDataSnapShot in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent that return PerformanceDataSnapShot
static PerformanceDataSnapShot StatisticsMgr.getPerformanceData()
          Copy the statistics data and return a snap shot.
static PerformanceDataSnapShot StatisticsMgr.getPerformanceData(String applicationName, String instanceName)
          Retrieve Snap shot for a given application instance.
static PerformanceDataSnapShot StatisticsMgr.getPerformanceData(Set applicationNames, Set instanceNames)
          Merges statistics for a set of applications & instances
static PerformanceDataSnapShot StatisticsMgr.reset(String applicationName, String instanceName)
           
 

Uses of PerformanceDataSnapShot in net.sf.infrared.web.persistence
 

Methods in net.sf.infrared.web.persistence with parameters of type PerformanceDataSnapShot
 void PersistenceProvider.persist(PerformanceDataSnapShot snapShot)
           
 void FilePersist.persist(PerformanceDataSnapShot data)
           
 void FilePersist.persist(PerformanceDataSnapShot data, Writer writer)
           
 

Uses of PerformanceDataSnapShot in net.sf.infrared.web.report
 

Methods in net.sf.infrared.web.report with parameters of type PerformanceDataSnapShot
 void SummaryReport.addSnapShot(PerformanceDataSnapShot snapShot)
          Add the snapshot to the report
 void ExcelSummaryReport.addSnapShot(PerformanceDataSnapShot snapShot)
           
 

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

Methods in net.sf.infrared.web.ui with parameters of type PerformanceDataSnapShot
static AggregateApiTime[] ViewUtil.getSummaryForALayer(PerformanceDataSnapShot perfData, String layer)
           
static String ViewUtil.getSqlLog(PerformanceDataSnapShot pefData, AggregateOperationTree tree)