Package | Description |
---|---|
com.atlassian.confluence.impl.system | |
com.atlassian.confluence.impl.system.runner |
Modifier and Type | Method and Description |
---|---|
Optional<SystemMaintenanceTaskRunner> |
DefaultSystemMaintenanceTaskRegistry.findTaskRunner(SystemMaintenanceTaskType taskType) |
Optional<SystemMaintenanceTaskRunner> |
SystemMaintenanceTaskRegistry.findTaskRunner(SystemMaintenanceTaskType taskType)
Find a
SystemMaintenanceTaskRunner to run tasks of a specific type |
Modifier and Type | Method and Description |
---|---|
<T extends SystemMaintenanceTask> |
DefaultSystemMaintenanceTaskRegistry.register(SystemMaintenanceTaskType taskType,
SystemMaintenanceTaskRunner<T> taskRunner) |
<T extends SystemMaintenanceTask> |
SystemMaintenanceTaskRegistry.register(SystemMaintenanceTaskType taskType,
SystemMaintenanceTaskRunner<T> taskRunner)
Register
taskRunner to run tasks of a specific type |
Modifier and Type | Class and Description |
---|---|
class |
CreateIndexSnapshotMaintenanceTaskRunner
Create an index snapshot after a full reindex in DC.
|
class |
RestoreIndexSnapshotMaintenanceTaskRunner |
Copyright © 2003–2023 Atlassian. All rights reserved.