timoninmaxim commented on code in PR #12467:
URL: https://github.com/apache/ignite/pull/12467#discussion_r2472908884


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/IgniteDhtPartitionCountersMap.java:
##########
@@ -66,4 +68,23 @@ public synchronized CachePartitionFullCountersMap get(int 
cacheId) {
 
         return cntrMap;
     }
+
+    /**
+     * @return Partition counters map.
+     */
+    public Map<Integer, CachePartitionFullCountersMap> map() {

Review Comment:
   Here and below - let's name this method more user-friendly 



-- 
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]

Reply via email to