AMashenkov commented on a change in pull request #9423:
URL: https://github.com/apache/ignite/pull/9423#discussion_r711986443
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/stat/IgniteStatisticsRepository.java
##########
@@ -365,6 +265,23 @@ public void saveLocalStatistics(StatisticsKey key,
ObjectStatisticsImpl statisti
locStats.put(key, statistics);
}
+ /**
+ * Clear specified partition ids statistics.
+ *
+ * @param key Key to remove statistics by.
+ * @param partsToRemove Set of parititon ids to remove.
+ */
+ public void clearLocalPartitionIdsStatistics(StatisticsKey key,
Set<Integer> partsToRemove) {
Review comment:
```suggestion
public void clearLocalStatistics(StatisticsKey key, Set<Integer>
partsToRemove) {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]