|
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.RecoverObjectStore
public class RecoverObjectStore
RecoverObjectStore is used to recover key, value pairs from the specified damaged object store to the named recovery object store.
RecoverObjectStore only recovers complete key, value paris and skips over damaged key, value pairs.
Index
Constructor Summary | |
---|---|
RecoverObjectStore()
|
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 object store. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecoverObjectStore()
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_store - the damaged object store's base file name.
recovery_store - the recovery object store's base file name.
Usage: javavm stec.pos.RecoverObjectStore {options} damaged_store recovery_store
javavm - the Java VM, normally java.
options - one or more of the following optional parameters.
The recovery object store 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 object store.
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.