You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/08/29 14:11:44 UTC

[GitHub] [ignite-3] sk0x50 commented on a diff in pull request #1027: IGNITE-17444 Introduce MetricExporter interface and service loading.

sk0x50 commented on code in PR #1027:
URL: https://github.com/apache/ignite-3/pull/1027#discussion_r957388357


##########
modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java:
##########
@@ -828,4 +828,20 @@ public static void inBusyLock(IgniteSpinBusyLock busyLock, Runnable fn) {
             busyLock.leaveBusy();
         }
     }
+
+    /**
+     * Gets simple class name taking care of empty names.
+     *
+     * @param cls Class to get the name for.
+     * @return Simple class name.
+     */
+    public static String getSimpleName(Class<?> cls) {

Review Comment:
   I cannot find usages of this method. Do we really need it?



-- 
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-unsubscribe@ignite.apache.org

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