@Internal @Deprecated public interface IndexerManager
Modifier and Type | Method and Description |
---|---|
Date |
getEstimatedReindexCompletionTime()
Deprecated.
Returns information on estimated completion time while full indexing operation is running.
|
long |
getEstimatedReindexTime()
Deprecated.
How long will it take to reindex all indexes.
|
boolean |
isPendingFullReindex()
Deprecated.
Check if instance is pending full reindex either because of call to
setPendingFullReindex() or because of aborted full reindex |
boolean |
isReindexInProgress()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
pauseIndexing()
Deprecated.
Pause indexing.
|
void |
setPendingFullReindex()
Deprecated.
Persist information that full reindex is requested.
|
@NotNull com.google.common.util.concurrent.ListenableFuture<Boolean> |
triggerFullReindex()
Deprecated.
Triggers asynchronous full reindex.
|
@NotNull @NotNull com.google.common.util.concurrent.ListenableFuture<Boolean> triggerFullReindex()
boolean isReindexInProgress()
void setPendingFullReindex()
boolean isPendingFullReindex()
setPendingFullReindex()
or because of aborted full reindexcom.google.common.util.concurrent.ListenableFuture<Boolean> pauseIndexing()
long getEstimatedReindexTime()
Date getEstimatedReindexCompletionTime()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.