Class GroupInfo
java.lang.Object
org.apache.jmeter.report.processor.graph.GroupInfo
The class GroupInfo stores information about the series group of a graph.
- Since:
- 3.0
-
Constructor Summary
ConstructorDescriptionGroupInfo
(AggregatorFactory aggregatorFactory, GraphSeriesSelector seriesSelector, GraphValueSelector valueSelector, boolean enableOverallSeries, boolean enableAggregatedKeysSeries) Instantiates a new group info. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Enables aggregated keys seriesData.final boolean
Enables overall seriesData.final AggregatorFactory
Gets the aggregator factory.final GroupData
Gets the group data.final GraphSeriesSelector
Gets the seriesData selector.final GraphValueSelector
Gets the value selector.
-
Constructor Details
-
GroupInfo
public GroupInfo(AggregatorFactory aggregatorFactory, GraphSeriesSelector seriesSelector, GraphValueSelector valueSelector, boolean enableOverallSeries, boolean enableAggregatedKeysSeries) Instantiates a new group info.- Parameters:
aggregatorFactory
- the aggregator factoryseriesSelector
- the series selectorvalueSelector
- the value selectorenableOverallSeries
- the enable overall seriesenableAggregatedKeysSeries
- the enable aggregated keys series
-
-
Method Details
-
enablesAggregatedKeysSeries
public final boolean enablesAggregatedKeysSeries()Enables aggregated keys seriesData.- Returns:
- the enableAggregatedKeysSeries
-
enablesOverallSeries
public final boolean enablesOverallSeries()Enables overall seriesData.- Returns:
- the enableOverallSeries
-
getSeriesSelector
Gets the seriesData selector.- Returns:
- the seriesData selector
-
getValueSelector
Gets the value selector.- Returns:
- the value selector
-
getAggregatorFactory
Gets the aggregator factory.- Returns:
- the aggregatorFactory
-
getGroupData
Gets the group data.- Returns:
- the group data
-