Uses of Interface
com.atlassian.jira.issue.index.indexers.FieldIndexerStats
Packages that use FieldIndexerStats
Package
Description
-
Uses of FieldIndexerStats in com.atlassian.jira.issue.index
Method parameters in com.atlassian.jira.issue.index with type arguments of type FieldIndexerStatsModifier and TypeMethodDescriptionvoidIndexingStatsEventPublisher.publishPeriodicStats(Collection<FieldIndexerStats> fieldIndexerStats, int topN) voidIndexingStatsEventPublisher.publishReindexCompletedStats(List<FieldIndexerStats> fieldIndexersStatsOrdered, int numberOfIndexingThreads, long totalIndexingTimeMillis) voidIndexingStatsEventPublisher.publishSlowIndexersStats(Iterable<FieldIndexerStats> stats) Constructor parameters in com.atlassian.jira.issue.index with type arguments of type FieldIndexerStatsModifierConstructorDescriptionReindexAllSlowIndexersEvent(Iterable<? extends FieldIndexerStats> stats) -
Uses of FieldIndexerStats in com.atlassian.jira.issue.index.indexers
Classes in com.atlassian.jira.issue.index.indexers that implement FieldIndexerStatsModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.jira.issue.index.indexers that return FieldIndexerStatsModifier and TypeMethodDescriptionFieldIndexerStatsCollector.getStats()FieldIndexerStatsCollector.getStatsAndResetSnapshot()FieldIndexerStats.mergeStats(NonNullCustomFieldProviderStats nonNullCustomFieldProviderStats) FieldIndexerWithStats.Stats.mergeStats(NonNullCustomFieldProviderStats nonNullCustomFieldProviderStats) -
Uses of FieldIndexerStats in com.atlassian.jira.issue.index.metrics
Methods in com.atlassian.jira.issue.index.metrics that return types with arguments of type FieldIndexerStatsModifier and TypeMethodDescriptionReindexCompletedStatsEvent.getFieldIndexersStatsOrdered()PeriodicIndexingStatsEvent.getFieldIndexerStats()Constructor parameters in com.atlassian.jira.issue.index.metrics with type arguments of type FieldIndexerStatsModifierConstructorDescriptionPeriodicIndexingStatsEvent(Collection<FieldIndexerStats> fieldIndexerStats, int topN) ReindexCompletedStatsEvent(List<FieldIndexerStats> fieldIndexersStatsOrdered, int numberOfIndexingThreads, long totalIndexingTimeMillis) -
Uses of FieldIndexerStats in com.atlassian.jira.search.issue.index.indexers
Classes in com.atlassian.jira.search.issue.index.indexers that implement FieldIndexerStatsMethods in com.atlassian.jira.search.issue.index.indexers that return FieldIndexerStatsModifier and TypeMethodDescriptionFieldIndexerWithStats.Stats.mergeStats(NonNullCustomFieldProviderStats nonNullCustomFieldProviderStats)