Package org.opends.server.tools
Class VerifyIndex
java.lang.Object
com.forgerock.opendj.cli.Tool
org.opends.server.tools.VerifyIndex
- All Implemented Interfaces:
- Closeable,- AutoCloseable
public final class VerifyIndex
extends com.forgerock.opendj.cli.Tool
This program provides a utility to verify the contents of the indexes of a Directory Server backend. This will be a
 process that is intended to run separate from Directory Server and not internally within the server process (e.g.,
 via the tasks interface).
- 
Nested Class SummaryNested classes/interfaces inherited from class com.forgerock.opendj.cli.Toolcom.forgerock.opendj.cli.Tool.Style
- 
Method SummaryMethods inherited from class com.forgerock.opendj.cli.ToolaskPort, close, confirmAction, enableConsoleLoggingIfVerbose, errPrintln, errPrintln, errPrintln, errPrintlnSurroundedByBlankLines, errPrintVerboseMessage, flush, flushLogStream, getErrorStream, getErrStream, getInputStream, getOutputStream, isFullyInteractive, isQuiet, isScriptFriendly, isVerbose, logVerboseMessage, mayPrompt, parseArguments, pressReturnToContinue, print, println, println, println, printlnNoWrap, printlnSurroundedByBlankLines, printNoWrap, readInput, readInput, readInputAllowEmpty, readLineOfInput, readPassword, readValidatedInput, readValidatedInputOrThrow, report
- 
Method Details- 
mainProcesses the command-line arguments and invokes the verify process.- Parameters:
- args- The command-line arguments provided to this program.
 
- 
runpublic com.forgerock.opendj.cli.ReturnCode run(String... args) throws com.forgerock.opendj.cli.ClientException Description copied from class:com.forgerock.opendj.cli.ToolRun thisTooltool with the provided arguments. Output and errors will be written on the provided streams.This method can be used to run the tool programmatically. - Overrides:
- runin class- com.forgerock.opendj.cli.Tool
- Parameters:
- args- Arguments set to pass to the tool.
- Returns:
- 0if all processing completed successfully, or non-zero if an error occurred.
- Throws:
- com.forgerock.opendj.cli.ClientException- If an error occurs while running the tool.
 
 
-