com.sun.labs.minion.test.regression.deletion
Class RandomDeletions

java.lang.Object
  extended by com.sun.labs.minion.test.regression.deletion.RandomDeletions

public class RandomDeletions
extends java.lang.Object

A class that randomly deletes documents from an index, keeping a record of the deletions that can be replayed at a later time.


Constructor Summary
RandomDeletions()
          Creates a RandomDeletions
 
Method Summary
static void main(java.lang.String[] args)
          Main program.
static void usage()
          Prints usage message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomDeletions

public RandomDeletions()
Creates a RandomDeletions

Method Detail

usage

public static void usage()
Prints usage message.


main

public static void main(java.lang.String[] args)
                 throws SearchEngineException,
                        java.io.IOException
Main program.

Parameters:
args - the arguments.
Throws:
SearchEngineException
java.io.IOException