Uses of Interface
com.atlassian.confluence.impl.system.runner.SystemMaintenanceTaskRunner
-
Packages that use SystemMaintenanceTaskRunner Package Description com.atlassian.confluence.impl.system com.atlassian.confluence.impl.system.runner -
-
Uses of SystemMaintenanceTaskRunner in com.atlassian.confluence.impl.system
Methods in com.atlassian.confluence.impl.system that return types with arguments of type SystemMaintenanceTaskRunner Modifier and Type Method Description Optional<SystemMaintenanceTaskRunner>DefaultSystemMaintenanceTaskRegistry. findTaskRunner(SystemMaintenanceTaskType taskType)Optional<SystemMaintenanceTaskRunner>SystemMaintenanceTaskRegistry. findTaskRunner(SystemMaintenanceTaskType taskType)Find aSystemMaintenanceTaskRunnerto run tasks of a specific typeMethods in com.atlassian.confluence.impl.system with parameters of type SystemMaintenanceTaskRunner 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 type -
Uses of SystemMaintenanceTaskRunner in com.atlassian.confluence.impl.system.runner
Classes in com.atlassian.confluence.impl.system.runner that implement SystemMaintenanceTaskRunner Modifier and Type Class Description classCreateIndexSnapshotMaintenanceTaskRunnerCreate an index snapshot after a full reindex in DC.classRestoreIndexSnapshotMaintenanceTaskRunner
-