| | |
| | | import org.opends.server.util.StaticUtils; |
| | | |
| | | /** This class is used to run an index verification process on the backend. */ |
| | | public class VerifyJob |
| | | class VerifyJob |
| | | { |
| | | private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); |
| | | |
| | |
| | | * |
| | | * @param verifyConfig The verify configuration. |
| | | */ |
| | | public VerifyJob(VerifyConfig verifyConfig) |
| | | VerifyJob(VerifyConfig verifyConfig) |
| | | { |
| | | this.verifyConfig = verifyConfig; |
| | | } |
| | |
| | | * @throws StorageRuntimeException If an error occurs in the JE database. |
| | | * @throws DirectoryException If an error occurs while verifying the backend. |
| | | */ |
| | | public long verifyBackend(final RootContainer rootContainer) throws StorageRuntimeException, DirectoryException |
| | | long verifyBackend(final RootContainer rootContainer) throws StorageRuntimeException, |
| | | DirectoryException |
| | | { |
| | | try |
| | | { |