Class GroupData

java.lang.Object
org.apache.jmeter.report.processor.graph.GroupData

public class GroupData extends Object
The class GroupData helps to store group data for a graph.
  • Constructor Details

    • GroupData

      public GroupData(AggregatorFactory factory, boolean hasOverall, boolean hasAggregatedKey)
      Instantiates a new group groupData.
      Parameters:
      factory - the factory
      hasOverall - the status defining if the group has an overall seriesData
      hasAggregatedKey - the status defining if the group aggregates keys
  • Method Details

    • getSeriesInfo

      public final HashMap<String,SeriesData> getSeriesInfo()
      Gets the series data map.
      Returns:
      the series data map
    • getOverallSeries

      public final SeriesData getOverallSeries()
      Gets the overall series data
      Returns:
      the overall series data
    • clear

      public void clear()