View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ignite-performance-statistics-ext-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.ignite.internal.performancestatistics.handlers
├─ org.apache.ignite.internal.performancestatistics.handlers.CacheOperationsHandler.class - [JAR]
├─ org.apache.ignite.internal.performancestatistics.handlers.ClusterInfoHandler.class - [JAR]
├─ org.apache.ignite.internal.performancestatistics.handlers.ComputeHandler.class - [JAR]
├─ org.apache.ignite.internal.performancestatistics.handlers.IgnitePerformanceStatisticsHandler.class - [JAR]
├─ org.apache.ignite.internal.performancestatistics.handlers.PrintHandler.class - [JAR]
├─ org.apache.ignite.internal.performancestatistics.handlers.QueryHandler.class - [JAR]
├─ org.apache.ignite.internal.performancestatistics.handlers.TransactionsHandler.class - [JAR]
org.apache.ignite.internal.performancestatistics
├─ org.apache.ignite.internal.performancestatistics.PerformanceStatisticsPrinter.class - [JAR]
├─ org.apache.ignite.internal.performancestatistics.PerformanceStatisticsReportBuilder.class - [JAR]
org.apache.ignite.internal.performancestatistics.util
├─ org.apache.ignite.internal.performancestatistics.util.OrderedFixedSizeStructure.class - [JAR]
├─ org.apache.ignite.internal.performancestatistics.util.Utils.class - [JAR]