Package com.atlassian.jira.issue.index
Class ReindexAllStartedEvent
java.lang.Object
com.atlassian.jira.issue.index.ReindexAllStartedEvent
- All Implemented Interfaces:
IndexEvent
Event raised when a "reindex all" event is beginning. This is the event triggered when e.g. the
admin clicks reindex or new data is imported.
This Class should not be constructed by consumers of the API.
- Since:
- v5.0
-
Constructor Summary
ConstructorsConstructorDescriptionReindexAllStartedEvent
(boolean useBackgroundIndexing, boolean notifyCluster, IssueIndexingParams issueIndexingParams, ReindexMessage message, String indexingLanguage) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
ReindexAllStartedEvent
@Internal public ReindexAllStartedEvent(boolean useBackgroundIndexing, boolean notifyCluster, IssueIndexingParams issueIndexingParams, @Nullable ReindexMessage message, String indexingLanguage)
-
-
Method Details
-
isUsingBackgroundIndexing
public boolean isUsingBackgroundIndexing() -
shouldNotifyCluster
public boolean shouldNotifyCluster() -
getIssueIndexingParams
-
isIndexIssues
public boolean isIndexIssues() -
isIndexChangeHistory
public boolean isIndexChangeHistory() -
isIndexComments
public boolean isIndexComments() -
isIndexWorklogs
public boolean isIndexWorklogs() -
getReason
-
getIndexingLanguage
-