Uses of Interface
com.atlassian.confluence.impl.system.task.SystemMaintenanceTask
-
Packages that use SystemMaintenanceTask Package Description com.atlassian.confluence.impl.system com.atlassian.confluence.impl.system.runner com.atlassian.confluence.impl.system.task -
-
Uses of SystemMaintenanceTask in com.atlassian.confluence.impl.system
Methods in com.atlassian.confluence.impl.system with type parameters of type SystemMaintenanceTask Modifier and Type Method Description <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 SystemMaintenanceTask Modifier and Type Method Description voidJournalSystemMaintenanceTaskQueue. 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 SystemMaintenanceTask Modifier and Type Interface Description interfaceSystemMaintenanceTaskRunner<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 SystemMaintenanceTask Modifier and Type Class Description classCreateIndexSnapshotMaintenanceTaskCreate an index snapshot after a successful reindex in DCclassReIndexMaintenanceTaskclassRestoreIndexSnapshotMaintenanceTaskASystemMaintenanceTaskthat 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 SystemMaintenanceTask Modifier and Type Method Description <T extends SystemMaintenanceTask>
TJsonSystemMaintenanceTaskMarshalling. unmarshal(Class<T> taskClazz, String taskString)<T extends SystemMaintenanceTask>
TSystemMaintenanceTaskMarshalling. unmarshal(Class<T> taskClazz, String taskString)Convert a string representation of aSystemMaintenanceTaskto a POJOMethods in com.atlassian.confluence.impl.system.task that return types with arguments of type SystemMaintenanceTask Modifier and Type Method Description Class<? extends SystemMaintenanceTask>SystemMaintenanceTaskType. getTaskClazz()Methods in com.atlassian.confluence.impl.system.task with parameters of type SystemMaintenanceTask Modifier and Type Method Description static Optional<SystemMaintenanceTaskType>SystemMaintenanceTaskType. forTask(SystemMaintenanceTask task)StringJsonSystemMaintenanceTaskMarshalling. marshal(SystemMaintenanceTask task)StringSystemMaintenanceTaskMarshalling. marshal(SystemMaintenanceTask task)Convert aSystemMaintenanceTaskPOJO to a string representation
-