public interface IInternalDirEntryMaintenance
Modifier and Type | Method and Description |
---|---|
void |
check(java.util.Set<java.lang.String> opIdentifiers,
DiagnosticReport report,
IServerTaskMonitor monitor)
launch maintenance operations in check mode
|
void |
repair(java.util.Set<java.lang.String> opIdentifiers,
DiagnosticReport report,
IServerTaskMonitor monitor)
launch maintenance operation in repair mode
|
void check(java.util.Set<java.lang.String> opIdentifiers, DiagnosticReport report, IServerTaskMonitor monitor)
opIdentifiers
- report
- report to fill (must be not null)monitor
- progress handlervoid repair(java.util.Set<java.lang.String> opIdentifiers, DiagnosticReport report, IServerTaskMonitor monitor)
opIdentifiers
- report
- report to fill (must be not null)monitor
- progress handlerCopyright © 2021. All Rights Reserved.