|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sleepycat.je.util.DbPrintLog
Dump the contents of the log in XML format to System.out.
To print an environment log:
DbPrintLog.main(argv);
Constructor Summary | |
DbPrintLog()
|
Method Summary | |
static void |
main(String[] argv)
The main used by the DbPrintLog utility. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DbPrintLog()
Method Detail |
public static void main(String[] argv)
argv
- An array of command line arguments to the DbPrintLog utility.
Usage: DbPrintLog -h <envHomeDir> -e <end file number, in hex> -k <binary|text> (format for dumping the key) -s <start file number, in hex> -tx <targeted txn ids, comma separated -ty <targeted entry types, comma separated -v <true | false> (verbose option If true, full entry is printed, else short version. True by default.) All arguments are optional
|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |