Uses of Interface
com.atlassian.confluence.impl.system.task.SystemMaintenanceTask
Packages that use SystemMaintenanceTask
Package
Description
-
Uses of SystemMaintenanceTask in com.atlassian.confluence.impl.system
Methods in com.atlassian.confluence.impl.system with type parameters of type SystemMaintenanceTaskModifier and TypeMethodDescription<T extends SystemMaintenanceTask>
voidDefaultSystemMaintenanceTaskRegistry.register
(SystemMaintenanceTaskType taskType, SystemMaintenanceTaskRunner<T> taskRunner) <T extends SystemMaintenanceTask>
voidSystemMaintenanceTaskRegistry.register
(SystemMaintenanceTaskType taskType, SystemMaintenanceTaskRunner<T> taskRunner) RegistertaskRunner
to run tasks of a specific typeMethods in com.atlassian.confluence.impl.system with parameters of type SystemMaintenanceTaskModifier and TypeMethodDescriptionvoid
JournalSystemMaintenanceTaskQueue.enqueue
(SystemMaintenanceTask task) void
SystemMaintenanceTaskQueue.enqueue
(SystemMaintenanceTask task) Add a new task to this queue. -
Uses of SystemMaintenanceTask in com.atlassian.confluence.impl.system.runner
Classes in com.atlassian.confluence.impl.system.runner with type parameters of type SystemMaintenanceTaskModifier and TypeInterfaceDescriptioninterface
SystemMaintenanceTaskRunner<T extends SystemMaintenanceTask>
Run aSystemMaintenanceTask
. -
Uses of SystemMaintenanceTask in com.atlassian.confluence.impl.system.task
Classes in com.atlassian.confluence.impl.system.task that implement SystemMaintenanceTaskModifier and TypeClassDescriptionclass
Create an index snapshot after a successful reindex in DCclass
class
ASystemMaintenanceTask
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.Methods in com.atlassian.confluence.impl.system.task with type parameters of type SystemMaintenanceTaskModifier and TypeMethodDescription<T extends SystemMaintenanceTask>
T<T extends SystemMaintenanceTask>
TConvert a string representation of aSystemMaintenanceTask
to a POJOMethods in com.atlassian.confluence.impl.system.task that return types with arguments of type SystemMaintenanceTaskModifier and TypeMethodDescriptionClass<? extends SystemMaintenanceTask>
SystemMaintenanceTaskType.getTaskClazz()
Methods in com.atlassian.confluence.impl.system.task with parameters of type SystemMaintenanceTaskModifier and TypeMethodDescriptionstatic Optional<SystemMaintenanceTaskType>
SystemMaintenanceTaskType.forTask
(SystemMaintenanceTask task) JsonSystemMaintenanceTaskMarshalling.marshal
(SystemMaintenanceTask task) SystemMaintenanceTaskMarshalling.marshal
(SystemMaintenanceTask task) Convert aSystemMaintenanceTask
POJO to a string representation