Class ReindexCompletedStatsEvent
java.lang.Object
com.atlassian.jira.issue.index.metrics.ReindexCompletedStatsEvent
-
Constructor Summary
ConstructorsConstructorDescriptionReindexCompletedStatsEvent(List<FieldIndexerStats> fieldIndexersStatsOrdered, int numberOfIndexingThreads, long totalIndexingTimeMillis) -
Method Summary
Modifier and TypeMethodDescriptionintlong
-
Constructor Details
-
ReindexCompletedStatsEvent
public ReindexCompletedStatsEvent(List<FieldIndexerStats> fieldIndexersStatsOrdered, int numberOfIndexingThreads, long totalIndexingTimeMillis)
-
-
Method Details
-
getFieldIndexersStatsOrdered
-
getNumberOfIndexingThreads
public int getNumberOfIndexingThreads() -
getTotalIndexingTimeMillis
public long getTotalIndexingTimeMillis()
-