@PublicApi public class ReindexAllCompletedEvent extends Object implements IndexEvent
This Class should not be constructed by consumers of the API.
Constructor and Description |
---|
ReindexAllCompletedEvent(long time)
Deprecated.
|
ReindexAllCompletedEvent(long duration,
boolean useBackgroundIndexing,
boolean updateReplicatedIndex)
Deprecated.
|
ReindexAllCompletedEvent(long startTime,
long duration,
boolean useBackgroundIndexing,
boolean updateReplicatedIndex,
IssueIndexingParams issueIndexingParams,
Long issueCount) |
Modifier and Type | Method and Description |
---|---|
long |
getIndexStartTime()
Get the time when this re-index was started, in milliseconds since epoch
|
Long |
getIssueCount() |
IssueIndexingParams |
getIssueIndexingParams() |
long |
getTotalTime() |
boolean |
isIndexChangeHistory() |
boolean |
isIndexComments() |
boolean |
isIndexIssues() |
boolean |
isIndexWorklogs() |
boolean |
isUsingBackgroundIndexing() |
boolean |
shouldUpdateReplicatedIndex() |
@Deprecated public ReindexAllCompletedEvent(long time)
@Deprecated public ReindexAllCompletedEvent(long duration, boolean useBackgroundIndexing, boolean updateReplicatedIndex)
@Internal public ReindexAllCompletedEvent(long startTime, long duration, boolean useBackgroundIndexing, boolean updateReplicatedIndex, IssueIndexingParams issueIndexingParams, Long issueCount)
public long getIndexStartTime()
public long getTotalTime()
public boolean isUsingBackgroundIndexing()
public boolean shouldUpdateReplicatedIndex()
public IssueIndexingParams getIssueIndexingParams()
public boolean isIndexIssues()
public boolean isIndexChangeHistory()
public boolean isIndexComments()
public boolean isIndexWorklogs()
public Long getIssueCount()
Copyright © 2002-2015 Atlassian. All Rights Reserved.