Package com.sleepycat.je.util

Supporting utilities.

See:
          Description

Class Summary
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  
DbLoad  
DbPrintLog DbPrintLog is a debugging utility that dumps JE log files into a human readable form.
DbRecover DbRecover is a utility that allows the user to resume use of the environment from a given time point.
DbRunAction DbRunAction is a debugging aid that can invoke a JE operation or background activity from the command line.
DbSpace  
DbStat  
DbVerify  
 

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]


Copyright 2004,2008 Oracle. All rights reserved.