nizhikov commented on a change in pull request #6927: IGNITE-12212: Cluster 
nodes system view.
URL: https://github.com/apache/ignite/pull/6927#discussion_r333044759
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/managers/systemview/SystemViewAdapter.java
 ##########
 @@ -70,20 +74,49 @@ public SystemViewAdapter(String name, String desc, 
Class<R> rowCls,
         this.walker = walker;
 
         this.data = data;
+        this.dataSupplier = null;
+        this.rowFunc = rowFunc;
+    }
+
+    /**
+     * @param name Name.
+     * @param desc Description.
+     * @param rowCls Row class.
+     * @param walker Walker.
+     * @param dataSupplier Data supplier.
+     * @param rowFunc Row function.
+     */
+    public SystemViewAdapter(String name, String desc, Class<R> rowCls,
 
 Review comment:
   I don't think it required in this case.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to