@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 notifyCluster)
Deprecated.
|
ReindexAllCompletedEvent(long startTime,
long duration,
boolean useBackgroundIndexing,
boolean notifyCluster,
IssueIndexingParams issueIndexingParams,
Long issueCount,
Long archivedIssueCount,
long indexDirectorySize) |
Modifier and Type | Method and Description |
---|---|
Long |
getArchivedIssueCount() |
long |
getIndexDirectorySize() |
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 |
shouldNotifyCluster() |
boolean |
shouldUpdateReplicatedIndex()
Deprecated.
Use
shouldNotifyCluster() instead. Since v8.9. |
@Deprecated public ReindexAllCompletedEvent(long time)
@Deprecated public ReindexAllCompletedEvent(long duration, boolean useBackgroundIndexing, boolean notifyCluster)
@Internal public ReindexAllCompletedEvent(long startTime, long duration, boolean useBackgroundIndexing, boolean notifyCluster, IssueIndexingParams issueIndexingParams, Long issueCount, Long archivedIssueCount, long indexDirectorySize)
public long getIndexStartTime()
public long getTotalTime()
public boolean isUsingBackgroundIndexing()
@Deprecated public boolean shouldUpdateReplicatedIndex()
shouldNotifyCluster()
instead. Since v8.9.public boolean shouldNotifyCluster()
public IssueIndexingParams getIssueIndexingParams()
public boolean isIndexIssues()
public boolean isIndexChangeHistory()
public boolean isIndexComments()
public boolean isIndexWorklogs()
public Long getIssueCount()
public Long getArchivedIssueCount()
public long getIndexDirectorySize()
Copyright © 2002-2024 Atlassian. All Rights Reserved.