@PublicApi public class ReindexAllStartedEvent extends Object implements IndexEvent
This Class should not be constructed by consumers of the API.
Constructor and Description |
---|
ReindexAllStartedEvent()
Deprecated.
|
ReindexAllStartedEvent(boolean useBackgroundIndexing,
boolean updateReplicatedIndex)
Deprecated.
|
ReindexAllStartedEvent(boolean useBackgroundIndexing,
boolean updateReplicatedIndex,
IssueIndexingParams issueIndexingParams,
ReindexMessage message) |
Modifier and Type | Method and Description |
---|---|
IssueIndexingParams |
getIssueIndexingParams() |
String |
getReason() |
boolean |
isIndexChangeHistory() |
boolean |
isIndexComments() |
boolean |
isIndexIssues() |
boolean |
isIndexWorklogs() |
boolean |
isUsingBackgroundIndexing() |
boolean |
shouldUpdateReplicatedIndex() |
@Deprecated public ReindexAllStartedEvent()
@Deprecated public ReindexAllStartedEvent(boolean useBackgroundIndexing, boolean updateReplicatedIndex)
@Internal public ReindexAllStartedEvent(boolean useBackgroundIndexing, boolean updateReplicatedIndex, IssueIndexingParams issueIndexingParams, @Nullable ReindexMessage message)
public boolean isUsingBackgroundIndexing()
public boolean shouldUpdateReplicatedIndex()
public IssueIndexingParams getIssueIndexingParams()
public boolean isIndexIssues()
public boolean isIndexChangeHistory()
public boolean isIndexComments()
public boolean isIndexWorklogs()
public String getReason()
Copyright © 2002-2017 Atlassian. All Rights Reserved.