Modifier and Type | Method and Description |
---|---|
IndexCommandResult |
IndexRecoveryService.recoverIndexFromBackup(ApplicationUser user,
Context context,
I18nHelper i18n,
String recoveryFilename,
TaskProgressSink taskProgressSink)
Recovers an index from an index backup
|
IndexCommandResult |
DefaultIndexRecoveryService.recoverIndexFromBackup(ApplicationUser user,
Context context,
I18nHelper i18n,
String recoveryFilename,
TaskProgressSink taskProgressSink) |
IndexCommandResult |
IndexRecoveryManager.recoverIndexFromBackup(File recoveryFile,
TaskProgressSink taskProgressSink)
Recovers an index from an index backup.
|
IndexCommandResult |
DefaultIndexRecoveryManager.recoverIndexFromBackup(File recoveryFile,
TaskProgressSink taskProgressSink) |
Modifier and Type | Method and Description |
---|---|
TaskDescriptor<IndexCommandResult> |
TaskDescriptorHelper.getActiveForegroundIndexTask() |
TaskDescriptor<IndexCommandResult> |
TaskDescriptorHelper.getActiveIndexTask() |
Modifier and Type | Method and Description |
---|---|
void |
TaskDescriptorHelper.waitForTaskCompletion(TaskDescriptor<IndexCommandResult> task) |
Modifier and Type | Method and Description |
---|---|
TaskDescriptor<IndexCommandResult> |
TaskDescriptorHelper.getActiveIndexTask() |
TaskDescriptor<IndexCommandResult> |
TaskDescriptorHelper.getIndexTask(long taskId) |
TaskDescriptor<IndexCommandResult> |
TaskDescriptorHelper.getLastindexTask() |
Modifier and Type | Method and Description |
---|---|
IndexCommandResult |
IndexRecoveryCommand.call() |
IndexCommandResult |
ReIndexAsyncIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
IndexCommandResult |
ReIndexBackgroundIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
IndexCommandResult |
ActivateAsyncIndexerCommand.doReindex(Context context,
IndexLifecycleManager indexManager) |
Modifier and Type | Method and Description |
---|---|
TaskDescriptorBean<IndexCommandResult> |
IndexAdminImpl.getCurrentIndexTask() |
TaskDescriptorBean<IndexCommandResult> |
IndexAdminImpl.getCurrentTask() |
Modifier and Type | Method and Description |
---|---|
TaskDescriptorBean<IndexCommandResult> |
IndexProject.getCurrentTask() |
TaskDescriptorBean<IndexCommandResult> |
IndexProject.getOurTask() |
Copyright © 2002-2022 Atlassian. All Rights Reserved.