public class GroupData extends Object
| Constructor and Description |
|---|
GroupData(AggregatorFactory factory,
boolean hasOverall,
boolean hasAggregatedKey)
Instantiates a new group groupData.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
SeriesData |
getOverallSeries()
Gets the overall series data
|
HashMap<String,SeriesData> |
getSeriesInfo()
Gets the series data map.
|
public GroupData(AggregatorFactory factory, boolean hasOverall, boolean hasAggregatedKey)
factory - the factoryhasOverall - the status defining if the group has an overall seriesDatahasAggregatedKey - the status defining if the group aggregates keyspublic final HashMap<String,SeriesData> getSeriesInfo()
public final SeriesData getOverallSeries()
public void clear()
Copyright © 1998-2020 Apache Software Foundation. All Rights Reserved.