Mmuzaf commented on code in PR #10140:
URL: https://github.com/apache/ignite/pull/10140#discussion_r922045371


##########
modules/core/src/main/java/org/apache/ignite/internal/client/thin/ClientCacheAffinityContext.java:
##########
@@ -219,6 +230,14 @@ private ClientCacheAffinityMapping currentMapping() {
         return mapping;
     }
 
+    /**
+     * @param cacheId Cache id.
+     * @param factory Key mapper factory.
+     */
+    public void addKeyMapperFactory(int cacheId, Function<Integer, 
ToIntFunction<Object>> factory) {
+        cacheKeyMapperFactoryMap.putIfAbsent(cacheId, factory);

Review Comment:
   Fixed.



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