Berkeley DB Java Edition
version 4.0.103

Package com.sleepycat.je.util

Supporting utilities.

See:
          Description

Class Summary
ConsoleHandler JE instances of java.util.logging.Logger are configured to use this implementation of java.util.logging.ConsoleHandler.
DbBackup DbBackup is a helper class for stopping and restarting JE background activity in an open environment in order to simplify backup operations.
DbCacheSize Estimating JE in-memory sizes as a function of key and data size is not straightforward for two reasons.
DbDump Dump the contents of a database.
DbLoad Loads a database from a dump file generated by DbDump.
DbPrintLog Dumps the contents of the log in XML format to System.out.
DbScavenger Used to retrieve as much data as possible from a corrupted environment.
DbSpace DbSpace displays the disk space utilization for an environment.
DbTruncateLog DbTruncateLog is a utility that lets the user truncate the JE log at a specified file and offset.
DbVerify Verifies the internal structures of a database.
DbVerifyLog Verifies the checksums in one or more log files.
FileHandler JE instances of java.util.logging.Logger are configured to use this implementation of java.util.logging.FileHandler.
LogVerificationInputStream Verifies the checksums in an InputStream for a log file in a JE Environment.
MemoryHandler JE instances of java.util.logging.Logger are configured to use this implementation of java.util.logging.MemoryHandler.
 

Exception Summary
LogVerificationException Thrown during log verification if a checksum cannot be verified or a log entry is determined to be invalid by examining its contents.
 

Package com.sleepycat.je.util Description

Supporting utilities.

Package Specification

This package provides support for activities like loading and dumping data. Most utilities can be used as a command line tool or called programmatically.

See Also:
[Getting Started Guide]

Berkeley DB Java Edition
version 4.0.103

Copyright (c) 2004-2010 Oracle. All rights reserved.