Class SearchStatisticsImpl
java.lang.Object
org.infinispan.query.core.stats.impl.SearchStatisticsImpl
- All Implemented Interfaces:
SearchStatistics
Query and Index statistics for a Cache.
since 12.0
-
Constructor Summary
ConstructorsConstructorDescriptionSearchStatisticsImpl(QueryStatistics queryStatistics, IndexStatistics indexStatistics) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SearchStatisticsImpl
-
-
Method Details
-
getQueryStatistics
- Specified by:
getQueryStatisticsin interfaceSearchStatistics- Returns:
QueryStatistics
-
getIndexStatistics
- Specified by:
getIndexStatisticsin interfaceSearchStatistics- Returns:
IndexStatistics
-
computeSnapshot
- Specified by:
computeSnapshotin interfaceSearchStatistics- Returns:
- A snapshot of self.
-