Uses of Interface
de.hybris.platform.servicelayer.stats.AggregatedStatisticsCollector
-
-
Uses of AggregatedStatisticsCollector in de.hybris.platform.servicelayer.stats
Methods in de.hybris.platform.servicelayer.stats that return AggregatedStatisticsCollector Modifier and Type Method Description AggregatedStatisticsCollectorStatisticsChart. getAggregatedCollector(java.lang.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 AggregatedStatisticsCollector Modifier and Type Method Description java.util.List<AggregatedStatisticsCollector>StatisticsChart. getAggregatedLines()Get only lines of typeAggregatedStatisticsCollector.java.util.List<AggregatedStatisticsCollector>StatisticsChart. getAllAggregatedCollectors()Get all aggregated collectors contained in this chart.Methods in de.hybris.platform.servicelayer.stats with parameters of type AggregatedStatisticsCollector Modifier and Type Method Description booleanStatisticsChart. 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 AggregatedStatisticsCollector Modifier and Type Method Description AggregatedStatisticsCollectorDefaultStatisticsChart. getAggregatedCollector(java.lang.String aggregatedName)Methods in de.hybris.platform.servicelayer.stats.chart_impl that return types with arguments of type AggregatedStatisticsCollector Modifier and Type Method Description java.util.List<AggregatedStatisticsCollector>DefaultStatisticsChart. getAggregatedLines()java.util.List<AggregatedStatisticsCollector>DefaultStatisticsChart. getAllAggregatedCollectors()Methods in de.hybris.platform.servicelayer.stats.chart_impl with parameters of type AggregatedStatisticsCollector Modifier and Type Method Description booleanDefaultStatisticsChart. addAggregatedCollector(AggregatedStatisticsCollector collector)Method parameters in de.hybris.platform.servicelayer.stats.chart_impl with type arguments of type AggregatedStatisticsCollector Modifier and Type Method Description voidDefaultStatisticsChart. setAggregatedLines(java.util.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 Modifier and Type Class Description classDefaultAggregatedStaitsicsCollector
-