korlov42 commented on a change in pull request #9392:
URL: https://github.com/apache/ignite/pull/9392#discussion_r708372423
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/stat/IgniteStatisticsHelper.java
##########
@@ -67,6 +72,61 @@ public IgniteStatisticsHelper(
this.log = logSupplier.apply(IgniteStatisticsHelper.class);
}
+ /**
+ * Get cache group context by specified statistics key.
+ *
+ * @param key Statistics key to get context by.
+ * @return Cache group context for the given key.
+ * @throws IgniteCheckedException If unable to find table by specified key.
+ */
+ public CacheGroupContext getGroupContext(StatisticsKey key) throws
IgniteCheckedException {
Review comment:
we don't use get-/set- prefixes
--
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]