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) RegistertaskRunnerto run tasks of a specific typeMethods in com.atlassian.confluence.impl.system with parameters of type SystemMaintenanceTaskModifier and TypeMethodDescriptionvoidJournalSystemMaintenanceTaskQueue.enqueue(SystemMaintenanceTask task) voidSystemMaintenanceTaskQueue.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 TypeInterfaceDescriptioninterfaceSystemMaintenanceTaskRunner<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 TypeClassDescriptionclassCreate an index snapshot after a successful reindex in DCclassclassASystemMaintenanceTaskthat 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 aSystemMaintenanceTaskto 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 aSystemMaintenanceTaskPOJO to a string representation