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 kylin-query-server-5.0.0-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.kylin.rest.controller.v2
├─ org.apache.kylin.rest.controller.v2.NQueryControllerV2.class - [JAR]
├─ org.apache.kylin.rest.controller.v2.NQueryMetaController.class - [JAR]
org.apache.kylin.rest.controller
├─ org.apache.kylin.rest.controller.NAsyncQueryController.class - [JAR]
├─ org.apache.kylin.rest.controller.NAsyncQueryControllerV2.class - [JAR]
├─ org.apache.kylin.rest.controller.NQueryController.class - [JAR]
├─ org.apache.kylin.rest.controller.QuerySQLBlacklistController.class - [JAR]
├─ org.apache.kylin.rest.controller.SnapshotSourceTableStatsController.class - [JAR]
├─ org.apache.kylin.rest.controller.SparderUIController.class - [JAR]
├─ org.apache.kylin.rest.controller.SparkHistoryUIController.class - [JAR]
├─ org.apache.kylin.rest.controller.SparkMetricsController.class - [JAR]
├─ org.apache.kylin.rest.controller.SparkSourceController.class - [JAR]