public static class IndexingLimitsStats.NoOpIndexingLimitsStats extends Object implements IndexingLimitsStats
IndexingLimitsStats.MutableIndexingLimitsStats, IndexingLimitsStats.NoOpIndexingLimitsStats
STATS_NAME
Constructor and Description |
---|
NoOpIndexingLimitsStats() |
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() |
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
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
public String getStatsName()
getStatsName
in interface com.atlassian.jira.util.stats.ManagedStats
Copyright © 2002-2023 Atlassian. All Rights Reserved.