sergey-chugunov-1985 commented on code in PR #12217:
URL: https://github.com/apache/ignite/pull/12217#discussion_r2231133257


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionExchangeId.java:
##########
@@ -105,13 +104,27 @@ public UUID nodeId() {
         return nodeId;
     }
 
+    /**
+     * @param nodeId New node ID.
+     */
+    public void nodeId(UUID nodeId) {
+        this.nodeId = nodeId;
+    }
+
     /**
      * @return Event.
      */
     public int event() {
         return evt;
     }
 
+    /**
+     * @param evt New event type.
+     */
+    public void event(int evt) {

Review Comment:
   I suggest to rename this method to `eventType`.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to