Interface SearchStatistics
- All Known Subinterfaces:
SearchStatisticsSnapshot
- All Known Implementing Classes:
SearchStatisticsImpl, SearchStatisticsSnapshotImpl
public interface SearchStatistics
Exposes query and index statistics for a cache.
- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getQueryStatistics
QueryStatistics getQueryStatistics()- Returns:
QueryStatistics
-
getIndexStatistics
IndexStatistics getIndexStatistics()- Returns:
IndexStatistics
-
computeSnapshot
CompletionStage<SearchStatisticsSnapshot> computeSnapshot()- Returns:
- A snapshot of self.
-