maksaska commented on code in PR #12128:
URL: https://github.com/apache/ignite/pull/12128#discussion_r2160007220


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java:
##########
@@ -1031,71 +1033,73 @@ private <T> IgniteInternalFuture<Map<K, 
EntryProcessorResult<T>>> invokeAll0(
     }
 
     /**
-     * Entry point for all public API put/transform methods.
+     * Entry point for all public API put/transform methods. Except for 
invokeAll operations with {@code Set}.

Review Comment:
   Done!



##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java:
##########
@@ -1031,71 +1033,73 @@ private <T> IgniteInternalFuture<Map<K, 
EntryProcessorResult<T>>> invokeAll0(
     }
 
     /**
-     * Entry point for all public API put/transform methods.
+     * Entry point for all public API put/transform methods. Except for 
invokeAll operations with {@code Set}.
      *
-     * @param map Put map. Either {@code map}, {@code invokeMap} or {@code 
conflictPutMap} should be passed.
-     * @param invokeMap Invoke map. Either {@code map}, {@code invokeMap} or 
{@code conflictPutMap} should be passed.
+     * @param keys Put keys.

Review Comment:
   Done!



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