Uses of Class
de.hybris.platform.solrfacetsearch.reporting.data.AggregatedSearchQueryInfo
-
-
Uses of AggregatedSearchQueryInfo in de.hybris.platform.solrfacetsearch.reporting
Methods in de.hybris.platform.solrfacetsearch.reporting that return types with arguments of type AggregatedSearchQueryInfo Modifier and Type Method Description java.util.List<AggregatedSearchQueryInfo>SolrQueryStatisticsAggregator. aggregate()Aggregates query statistics and returns it as a collectionjava.util.List<AggregatedSearchQueryInfo>StatisticsCollector. getAggregatedStatistics()Returns all aggregated statistics for all single queries that had been addedMethod parameters in de.hybris.platform.solrfacetsearch.reporting with type arguments of type AggregatedSearchQueryInfo Modifier and Type Method Description voidAggregatedQueryStatsService. save(java.util.List<AggregatedSearchQueryInfo> aggregatedStatistics)Saves aggregated query statistics -
Uses of AggregatedSearchQueryInfo in de.hybris.platform.solrfacetsearch.reporting.data.converters
Methods in de.hybris.platform.solrfacetsearch.reporting.data.converters with parameters of type AggregatedSearchQueryInfo Modifier and Type Method Description SolrQueryAggregatedStatsModelAggregatedStatisticsConverter. convert(AggregatedSearchQueryInfo result)SolrQueryAggregatedStatsModelAggregatedStatisticsConverter. convert(AggregatedSearchQueryInfo source, SolrQueryAggregatedStatsModel prototype) -
Uses of AggregatedSearchQueryInfo in de.hybris.platform.solrfacetsearch.reporting.impl
Methods in de.hybris.platform.solrfacetsearch.reporting.impl that return types with arguments of type AggregatedSearchQueryInfo Modifier and Type Method Description java.util.List<AggregatedSearchQueryInfo>Log4jSolrQueryStatisticsAggregator. aggregate()java.util.List<AggregatedSearchQueryInfo>DefaultStatisticsCollector. getAggregatedStatistics()Method parameters in de.hybris.platform.solrfacetsearch.reporting.impl with type arguments of type AggregatedSearchQueryInfo Modifier and Type Method Description protected java.util.List<SolrQueryAggregatedStatsModel>DefaultAggregatedQueryStatsService. convertPojosToModels(java.util.List<AggregatedSearchQueryInfo> allStatistics)voidDefaultAggregatedQueryStatsService. save(java.util.List<AggregatedSearchQueryInfo> aggregatedStatistics)voidDefaultAggregatedQueryStatsService. setConverter(Converter<AggregatedSearchQueryInfo,SolrQueryAggregatedStatsModel> converter)
-