Uses of Class
org.perf4j.GroupedTimingStatistics

Packages that use GroupedTimingStatistics
org.perf4j Perf4J is a performance logging and monitoring framework for Java. 
org.perf4j.chart Contains classes used to display graphical charts of timing statistics. 
org.perf4j.helpers Helper classes used by the rest of the perf4j framework. 
 

Uses of GroupedTimingStatistics in org.perf4j
 

Methods in org.perf4j that return GroupedTimingStatistics
 GroupedTimingStatistics GroupedTimingStatistics.clone()
           
 

Uses of GroupedTimingStatistics in org.perf4j.chart
 

Methods in org.perf4j.chart that return types with arguments of type GroupedTimingStatistics
 java.util.List<GroupedTimingStatistics> StatisticsChartGenerator.getData()
          Gets the data that will be visualized by any charts created by this chart generator.
 java.util.List<GroupedTimingStatistics> GoogleChartGenerator.getData()
           
 

Methods in org.perf4j.chart with parameters of type GroupedTimingStatistics
 void StatisticsChartGenerator.appendData(GroupedTimingStatistics statistics)
          Appends a set of statistics to the list of data to be displayed on the chart.
 void GoogleChartGenerator.appendData(GroupedTimingStatistics statistics)
           
 

Uses of GroupedTimingStatistics in org.perf4j.helpers
 

Fields in org.perf4j.helpers declared as GroupedTimingStatistics
protected  GroupedTimingStatistics StatisticsExposingMBean.currentTimingStatistics
          The current underlying timing statistics whose values are exposed as MBean attributes.
 

Methods in org.perf4j.helpers that return GroupedTimingStatistics
 GroupedTimingStatistics GroupingStatisticsIterator.next()
           
 

Methods in org.perf4j.helpers with parameters of type GroupedTimingStatistics
 void StatisticsExposingMBean.updateCurrentTimingStatistics(GroupedTimingStatistics currentTimingStatistics)
          This method should be called to update the underlying timing statistics, which will correspondingly change the values of the exposed attributes.
 



Copyright © 2008 perf4j.org. All Rights Reserved.