|
Servertec Persistent Object Store 1.4.1 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstec.pos.RecoverIndex
public class RecoverIndex
RecoverIndex is used to recover key, value pairs from the specified damaged index to the named recovery index.
RecoverIndex only recovers complete key, value paris and skips over damaged key, value pairs.
Index
Constructor Summary | |
---|---|
RecoverIndex()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main entry point. |
static boolean |
recover(java.lang.String[] args)
Normally called by main() to recover the specified index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecoverIndex()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Throwable
args
- String array containing parameters to use.
Parameters::
-d - do not display progress
-v - verbose mode
damaged_index - the damaged index's base file name.
recovery_index - the recovery index's base file name.
Usage: javavm stec.pos.RecoverIndex {options} damaged_index recovery_index
javavm - the Java VM, normally java.
options - one or more of the following optional parameters.
The recovery index must already exist, will be cleared before it is used and must be large enough or must be able to grow to contain all the key, value pairs in the damaged index.
java.lang.Throwable
- if an exception or error occurs.public static final boolean recover(java.lang.String[] args) throws java.lang.Throwable
args
- String array containing parameters to use. See main().
java.lang.Throwable
- if an exception or error occurs.
|
Servertec Persistent Object Store 1.4.1 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.