org.opends.server.tools
Class VerifyIndex

java.lang.Object
  extended by org.opends.server.tools.VerifyIndex

public class VerifyIndex
extends java.lang.Object

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).


Constructor Summary
VerifyIndex()
           
 
Method Summary
static void main(java.lang.String[] args)
          Processes the command-line arguments and invokes the verify process.
static int mainVerifyIndex(java.lang.String[] args, boolean initializeServer, java.io.OutputStream outStream, java.io.OutputStream errStream)
          Processes the command-line arguments and invokes the verify process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyIndex

public VerifyIndex()
Method Detail

main

public static void main(java.lang.String[] args)
Processes the command-line arguments and invokes the verify process.

Parameters:
args - The command-line arguments provided to this program.

mainVerifyIndex

public static int mainVerifyIndex(java.lang.String[] args,
                                  boolean initializeServer,
                                  java.io.OutputStream outStream,
                                  java.io.OutputStream errStream)
Processes the command-line arguments and invokes the verify process.

Parameters:
args - The command-line arguments provided to this program.
initializeServer - Indicates whether to initialize the server.
outStream - The output stream to use for standard output, or null if standard output is not needed.
errStream - The output stream to use for standard error, or null if standard error is not needed.
Returns:
The error code.