public static class IndexingLimitsStats.MutableIndexingLimitsStats extends Object implements IndexingLimitsStats
IndexingLimitsStats.MutableIndexingLimitsStats, IndexingLimitsStats.NoOpIndexingLimitsStats
STATS_NAME
STATS_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, wait
create
addJiraStatsListener, close, getTotalMeasuredOperationsForStatsOverheadInMillis, removeJiraStatsListener
public String getStatsName()
ManagedStats
ManagedStats.STATS_NAME_REGEX
.[JIRA-STATS] [<stats name>] snapshot stats
getStatsName
in interface ManagedStats
public void settingMaxCommentsIndexed(int maxCommentsIndexed)
settingMaxCommentsIndexed
in interface IndexingLimitsStats
public void settingMaxWorklogsIndexed(int maxWorklogsIndexed)
settingMaxWorklogsIndexed
in interface IndexingLimitsStats
public void settingsChangeHistory(int maxChangeHistoryIndexed, boolean shouldFilterOutUnsupportedFields)
settingsChangeHistory
in interface IndexingLimitsStats
public void indexWithRelated(IssueIndexingParams issueIndexingParams)
indexWithRelated
in interface IndexingLimitsStats
public void comments(int numberOfComments, boolean limited, String issueKey)
comments
in interface IndexingLimitsStats
public void worklogs(int numberOfWorklogs, boolean limited, String issueKey)
worklogs
in interface IndexingLimitsStats
public void changeHistory(int numberOfChangeHistoryGroups, boolean limited, String issueKey)
changeHistory
in interface IndexingLimitsStats
public void changeHistoryFiltering(long itemsBeforeFiltering, long itemsAfterFiltering, long groupsBeforeFiltering)
changeHistoryFiltering
in interface IndexingLimitsStats
Copyright © 2002-2022 Atlassian. All Rights Reserved.