NSAmelchev commented on a change in pull request #7084: IGNITE-12393: Striped 
thread pool queue system view.
URL: https://github.com/apache/ignite/pull/7084#discussion_r353098679
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/util/StripedExecutor.java
 ##########
 @@ -598,6 +605,15 @@ void start() {
          */
         abstract String queueToString();
 
+        /**
+         * @return Stripe queue.
+         */
+        public abstract Queue<Runnable> queue();
+
+        public int index() {
 
 Review comment:
   Add javadoc, please

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