public interface StatisticsService
| Modifier and Type | Method and Description |
|---|---|
boolean |
addChart(StatisticsChart chart)
Adds all
StatisticsCollectors in StatisticsChart chart to the StatisticsService. |
boolean |
addCollector(BasicStatisticsCollector collector)
Adds the
StatisticsCollector collector to the StatisticsService. |
StatisticsChart |
getChart(java.lang.String name)
Returns the
StatisticsChart identified by name, if available. |
boolean |
removeChart(java.lang.String name)
Removes all
StatisticsCollectors contained in StatisticsChart identified by name. |
boolean |
removeCollector(java.lang.String name)
Removes the
StatisticsCollector identified by name to the StatisticsService. |
boolean addCollector(BasicStatisticsCollector collector)
StatisticsCollector collector to the StatisticsService.collector - The StatisticsCollector to add to the StatisticsSerice.boolean removeCollector(java.lang.String name)
StatisticsCollector identified by name to the StatisticsService.name - The name of the new StatisticsService to remove.boolean addChart(StatisticsChart chart)
StatisticsCollectors in StatisticsChart chart to the StatisticsService.chart - The StatisticsChart containing the collectors that should be add.boolean removeChart(java.lang.String name)
StatisticsCollectors contained in StatisticsChart identified by name.name - The name of the StatisticsChart containing the StatisticsCollectors to remove.StatisticsChart getChart(java.lang.String name)
StatisticsChart identified by name, if available. Otherwise returns null.Copyright © 2018 SAP SE. All Rights Reserved.