Interface QueryStatisticsSnapshot
- All Superinterfaces:
JsonSerialization, QueryStatistics
- All Known Implementing Classes:
LocalQueryStatistics
A snapshot of
QueryStatistics.- Since:
- 12.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompletionStage<QueryStatisticsSnapshot> merge(QueryStatisticsSnapshot other) Merge with anotherQueryStatisticsSnapshotMethods inherited from interface JsonSerialization
toJsonMethods inherited from interface QueryStatistics
clear, getDistributedIndexedQueryAvgTime, getDistributedIndexedQueryCount, getDistributedIndexedQueryMaxTime, getDistributedIndexedQueryTotalTime, getHybridQueryAvgTime, getHybridQueryCount, getHybridQueryMaxTime, getHybridQueryTotalTime, getLoadAvgTime, getLoadCount, getLoadMaxTime, getLoadTotalTime, getLocalIndexedQueryAvgTime, getLocalIndexedQueryCount, getLocalIndexedQueryMaxTime, getLocalIndexedQueryTotalTime, getNonIndexedQueryAvgTime, getNonIndexedQueryCount, getNonIndexedQueryMaxTime, getNonIndexedQueryTotalTime, getSlowestDistributedIndexedQuery, getSlowestHybridQuery, getSlowestLocalIndexedQuery, getSlowestNonIndexedQuery, isEnabled
-
Method Details
-
computeSnapshot
- Specified by:
computeSnapshotin interfaceQueryStatistics- Returns:
- A snapshot of self.
-
merge
Merge with anotherQueryStatisticsSnapshot- Returns:
- self.
-