nizhikov commented on code in PR #10936:
URL: https://github.com/apache/ignite/pull/10936#discussion_r1328620203
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheContext.java:
##########
@@ -2348,6 +2353,16 @@ public AtomicReference<IgniteInternalFuture<Boolean>>
lastRemoveAllJobFut() {
return lastRmvAllJobFut;
}
+ /** */
+ public DumpEntryChangeListener dumpListener() {
+ return dumpLsnr;
+ }
+
+ /** */
+ public void dumpListener(DumpEntryChangeListener dumpEntryChangeLsnr) {
+ this.dumpLsnr = dumpEntryChangeLsnr;
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]