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-data-loading-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.JobControllerV2.class - [JAR]
├─ org.apache.kylin.rest.controller.v2.SegmentControllerV2.class - [JAR]
org.apache.kylin.rest
├─ org.apache.kylin.rest.SparkHistoryServer.class - [JAR]
org.apache.kylin.rest.controller
├─ org.apache.kylin.rest.controller.BaseController.class - [JAR]
├─ org.apache.kylin.rest.controller.JobController.class - [JAR]
├─ org.apache.kylin.rest.controller.SampleController.class - [JAR]
├─ org.apache.kylin.rest.controller.SegmentController.class - [JAR]
├─ org.apache.kylin.rest.controller.SnapshotController.class - [JAR]
├─ org.apache.kylin.rest.controller.StreamingJobController.class - [JAR]
org.apache.kylin.rest.controller.open
├─ org.apache.kylin.rest.controller.open.OpenSampleController.class - [JAR]
├─ org.apache.kylin.rest.controller.open.OpenSegmentController.class - [JAR]
├─ org.apache.kylin.rest.controller.open.OpenStreamingJobController.class - [JAR]