nizhikov commented on code in PR #11580:
URL: https://github.com/apache/ignite/pull/11580#discussion_r1856218355


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheContext.java:
##########
@@ -2350,6 +2354,53 @@ public void dumpListener(DumpEntryChangeListener 
dumpEntryChangeLsnr) {
         this.dumpLsnr = dumpEntryChangeLsnr;
     }
 
+    /**
+     * @param part Partition.
+     * @return First, set of object changed in transaction, second, list of 
transaction data in required format.
+     * @see ExecutionContext#transactionChanges(int, int[], Function)
+     */
+    public IgniteBiTuple<Set<KeyCacheObject>, List<Object>> 
transactionChanges(Integer part) {

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

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

Reply via email to