| Package | Description |
|---|---|
| com.atlassian.confluence.impl.system | |
| com.atlassian.confluence.impl.system.runner |
| Modifier and Type | Class and Description |
|---|---|
class |
ReIndexFinishedMaintenanceTask
Create an index snapshot after a successful reindex in DC
|
class |
SnapshotCreatedMaintenanceTask
A
SystemMaintenanceTask that is created when a node uploads a snapshot of its index to be used by
other nodes in the cluster to replace their indexes. |
| 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 | Method and Description |
|---|---|
SystemMaintenanceTask |
SystemMaintenanceTaskFactory.toTask(JournalEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemMaintenanceTaskQueue.enqueue(SystemMaintenanceTask task)
Add a new task to this queue.
|
void |
JournalSystemMaintenanceTaskQueue.enqueue(SystemMaintenanceTask task) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemMaintenanceTaskRunner<T extends SystemMaintenanceTask>
Run a
SystemMaintenanceTask. |
Copyright © 2003–2020 Atlassian. All rights reserved.