Interface MaintenanceService
public interface MaintenanceService
-
Method Summary
Modifier and TypeMethodDescriptionGenerates a maintenance service run-specification containing realms in statesACTIVEandINACTIVEas "to retain" and realms in statePURGINGas "to purge".Retrieve information about recent maintenance runs.performMaintenance(MaintenanceRunSpec maintenanceRunSpec) Perform maintenance.
-
Method Details
-
buildMaintenanceRunSpec
Generates a maintenance service run-specification containing realms in statesACTIVEandINACTIVEas "to retain" and realms in statePURGINGas "to purge". -
performMaintenance
@Nonnull MaintenanceRunInformation performMaintenance(@Nonnull MaintenanceRunSpec maintenanceRunSpec) Perform maintenance.- Parameters:
maintenanceRunSpec- define the mandatory run-specification, seebuildMaintenanceRunSpec()- Returns:
- information about the maintenance run
-
maintenanceRunLog
Retrieve information about recent maintenance runs. The number of available elements is configured viaMaintenanceConfig.retainedRuns().
-