public interface StatisticsCollector
| Modifier and Type | Method and Description |
|---|---|
void |
addStatistic(SearchQueryInfo searchResult)
Adds single statistic
|
void |
clear()
Clears all statistics
|
java.util.List<AggregatedSearchQueryInfo> |
getAggregatedStatistics()
Returns all aggregated statistics for all single queries that had been added
|
void addStatistic(SearchQueryInfo searchResult)
java.util.List<AggregatedSearchQueryInfo> getAggregatedStatistics()
void clear()
Copyright © 2018 SAP SE. All Rights Reserved.