| Modifier and Type | Method and Description |
|---|---|
AggregatedStatisticsCollector |
StatisticsChart.getAggregatedCollector(java.lang.String aggregatedName)
Get all collectors that do not collect data itself but just aggregate data collected by other collectors.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AggregatedStatisticsCollector> |
StatisticsChart.getAggregatedLines()
Get only lines of type
AggregatedStatisticsCollector. |
java.util.List<AggregatedStatisticsCollector> |
StatisticsChart.getAllAggregatedCollectors()
Get all aggregated collectors contained in this chart.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatisticsChart.addAggregatedCollector(AggregatedStatisticsCollector collector)
Add an aggregated collector to the chart.
|
| Modifier and Type | Method and Description |
|---|---|
AggregatedStatisticsCollector |
DefaultStatisticsChart.getAggregatedCollector(java.lang.String aggregatedName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AggregatedStatisticsCollector> |
DefaultStatisticsChart.getAggregatedLines() |
java.util.List<AggregatedStatisticsCollector> |
DefaultStatisticsChart.getAllAggregatedCollectors() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultStatisticsChart.addAggregatedCollector(AggregatedStatisticsCollector collector) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStatisticsChart.setAggregatedLines(java.util.List<AggregatedStatisticsCollector> lines) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAggregatedStaitsicsCollector |
Copyright © 2018 SAP SE. All Rights Reserved.