public static class IndexingLimitsStats.MutableIndexingLimitsStats extends Object implements IndexingLimitsStats
IndexingLimitsStats.MutableIndexingLimitsStats, IndexingLimitsStats.NoOpIndexingLimitsStatsSTATS_NAMESTATS_NAME_REGEX| Constructor and Description |
|---|
MutableIndexingLimitsStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeHistory(int numberOfChangeHistoryGroups,
boolean limited,
String issueKey) |
void |
changeHistoryFiltering(long itemsBeforeFiltering,
long itemsAfterFiltering,
long groupsBeforeFiltering) |
void |
comments(int numberOfComments,
boolean limited,
String issueKey) |
String |
getStatsName()
Returns the name of the stats.
|
void |
indexWithRelated(IssueIndexingParams issueIndexingParams) |
void |
settingMaxCommentsIndexed(int maxCommentsIndexed) |
void |
settingMaxWorklogsIndexed(int maxWorklogsIndexed) |
void |
settingsChangeHistory(int maxChangeHistoryIndexed,
boolean shouldFilterOutUnsupportedFields) |
void |
worklogs(int numberOfWorklogs,
boolean limited,
String issueKey) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateaddJiraStatsListener, close, getMinInterval, getTotalMeasuredOperationsForStatsOverheadInMillis, removeJiraStatsListenerpublic String getStatsName()
ManagedStatsManagedStats.STATS_NAME_REGEX.[JIRA-STATS] [<stats name>] snapshot stats getStatsName in interface ManagedStatspublic void settingMaxCommentsIndexed(int maxCommentsIndexed)
settingMaxCommentsIndexed in interface IndexingLimitsStatspublic void settingMaxWorklogsIndexed(int maxWorklogsIndexed)
settingMaxWorklogsIndexed in interface IndexingLimitsStatspublic void settingsChangeHistory(int maxChangeHistoryIndexed,
boolean shouldFilterOutUnsupportedFields)
settingsChangeHistory in interface IndexingLimitsStatspublic void indexWithRelated(IssueIndexingParams issueIndexingParams)
indexWithRelated in interface IndexingLimitsStatspublic void comments(int numberOfComments,
boolean limited,
String issueKey)
comments in interface IndexingLimitsStatspublic void worklogs(int numberOfWorklogs,
boolean limited,
String issueKey)
worklogs in interface IndexingLimitsStatspublic void changeHistory(int numberOfChangeHistoryGroups,
boolean limited,
String issueKey)
changeHistory in interface IndexingLimitsStatspublic void changeHistoryFiltering(long itemsBeforeFiltering,
long itemsAfterFiltering,
long groupsBeforeFiltering)
changeHistoryFiltering in interface IndexingLimitsStatsCopyright © 2002-2023 Atlassian. All Rights Reserved.