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 query-insights-2.12.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opensearch.plugin.insights.core.listener
├─ org.opensearch.plugin.insights.core.listener.QueryInsightsListener.class - [JAR]
org.opensearch.plugin.insights.core.service
├─ org.opensearch.plugin.insights.core.service.QueryInsightsService.class - [JAR]
├─ org.opensearch.plugin.insights.core.service.TopQueriesService.class - [JAR]
org.opensearch.plugin.insights.rules.resthandler.top_queries
├─ org.opensearch.plugin.insights.rules.resthandler.top_queries.RestTopQueriesAction.class - [JAR]
org.opensearch.plugin.insights.rules.transport.top_queries
├─ org.opensearch.plugin.insights.rules.transport.top_queries.TransportTopQueriesAction.class - [JAR]
org.opensearch.plugin.insights
├─ org.opensearch.plugin.insights.QueryInsightsPlugin.class - [JAR]
org.opensearch.plugin.insights.rules.action.top_queries
├─ org.opensearch.plugin.insights.rules.action.top_queries.TopQueries.class - [JAR]
├─ org.opensearch.plugin.insights.rules.action.top_queries.TopQueriesAction.class - [JAR]
├─ org.opensearch.plugin.insights.rules.action.top_queries.TopQueriesRequest.class - [JAR]
├─ org.opensearch.plugin.insights.rules.action.top_queries.TopQueriesResponse.class - [JAR]
org.opensearch.plugin.insights.rules.model
├─ org.opensearch.plugin.insights.rules.model.Attribute.class - [JAR]
├─ org.opensearch.plugin.insights.rules.model.MetricType.class - [JAR]
├─ org.opensearch.plugin.insights.rules.model.SearchQueryRecord.class - [JAR]
org.opensearch.plugin.insights.settings
├─ org.opensearch.plugin.insights.settings.QueryInsightsSettings.class - [JAR]