Class IndexSummaryResource
java.lang.Object
com.atlassian.jira.rest.v2.index.summary.IndexSummaryResource
@Produces("application/json")
@Path("index/summary")
public class IndexSummaryResource
extends Object
REST resource for index summary
- Since:
- v7.2.10
-
Constructor Summary
ConstructorsConstructorDescriptionIndexSummaryResource
(ResponseFactory responseFactory, ClusterManager clusterManager, IndexSummarizer indexSummarizer) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
Summarizes index condition of current node.
-
Constructor Details
-
IndexSummaryResource
@Inject public IndexSummaryResource(ResponseFactory responseFactory, ClusterManager clusterManager, IndexSummarizer indexSummarizer)
-
-
Method Details
-
getIndexSummary
@GET @ExperimentalApi public javax.ws.rs.core.Response getIndexSummary()Summarizes index condition of current node.- Returns:
- Response containing JSON object with data about index condition
-