ivandasch commented on code in PR #10710:
URL: https://github.com/apache/ignite/pull/10710#discussion_r1195304850


##########
modules/core/src/main/java/org/apache/ignite/internal/management/api/ComputeCommand.java:
##########
@@ -34,11 +34,11 @@
     public Class<? extends ComputeTask<VisorTaskArgument<A>, R>> taskClass();
 
     /**
-     * @param nodes Live nodes. Key is node ID, Boolean is client flag, Object 
is consistent id.
+     * @param nodes Live nodes. Key is node ID, Boolean is client flag, Object 
is consistent id, Long is node order.
      * @param arg Argument.
      * @return nodes to execute command on, {@code null} means default node 
must be used.
      */
-    public default @Nullable Collection<UUID> nodes(Map<UUID, T2<Boolean, 
Object>> nodes, A arg) {
+    public default @Nullable Collection<UUID> nodes(Map<UUID, T3<Boolean, 
Object, Long>> nodes, A arg) {

Review Comment:
   In my opinion, the dedicated class is required here, 3tuple is rather 
confusing here.



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