Uses of Interface
de.hybris.platform.servicelayer.stats.AggregatedStatisticsCollector
Packages that use AggregatedStatisticsCollector
Package
Description
-
Uses of AggregatedStatisticsCollector in de.hybris.platform.servicelayer.stats
Methods in de.hybris.platform.servicelayer.stats that return AggregatedStatisticsCollectorModifier and TypeMethodDescriptionStatisticsChart.getAggregatedCollector(String aggregatedName) Get all collectors that do not collect data itself but just aggregate data collected by other collectors.Methods in de.hybris.platform.servicelayer.stats that return types with arguments of type AggregatedStatisticsCollectorModifier and TypeMethodDescriptionStatisticsChart.getAggregatedLines()Get only lines of typeAggregatedStatisticsCollector.StatisticsChart.getAllAggregatedCollectors()Get all aggregated collectors contained in this chart.Methods in de.hybris.platform.servicelayer.stats with parameters of type AggregatedStatisticsCollectorModifier and TypeMethodDescriptionbooleanStatisticsChart.addAggregatedCollector(AggregatedStatisticsCollector collector) Add an aggregated collector to the chart. -
Uses of AggregatedStatisticsCollector in de.hybris.platform.servicelayer.stats.chart_impl
Methods in de.hybris.platform.servicelayer.stats.chart_impl that return AggregatedStatisticsCollectorModifier and TypeMethodDescriptionDefaultStatisticsChart.getAggregatedCollector(String aggregatedName) Methods in de.hybris.platform.servicelayer.stats.chart_impl that return types with arguments of type AggregatedStatisticsCollectorModifier and TypeMethodDescriptionDefaultStatisticsChart.getAggregatedLines()DefaultStatisticsChart.getAllAggregatedCollectors()Methods in de.hybris.platform.servicelayer.stats.chart_impl with parameters of type AggregatedStatisticsCollectorModifier and TypeMethodDescriptionbooleanDefaultStatisticsChart.addAggregatedCollector(AggregatedStatisticsCollector collector) Method parameters in de.hybris.platform.servicelayer.stats.chart_impl with type arguments of type AggregatedStatisticsCollectorModifier and TypeMethodDescriptionvoidDefaultStatisticsChart.setAggregatedLines(List<AggregatedStatisticsCollector> lines) -
Uses of AggregatedStatisticsCollector in de.hybris.platform.servicelayer.stats.collector_impl
Classes in de.hybris.platform.servicelayer.stats.collector_impl that implement AggregatedStatisticsCollector