Berkeley DB
version 4.6.21

Uses of Class
com.sleepycat.db.VerboseConfig

Packages that use VerboseConfig
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of VerboseConfig in com.sleepycat.db
 

Fields in com.sleepycat.db declared as VerboseConfig
static VerboseConfig VerboseConfig.DEADLOCK
          Display additional information when doing deadlock detection.
static VerboseConfig VerboseConfig.FILEOPS
          Display additional information when performing filesystem operations such as open, close or rename.
static VerboseConfig VerboseConfig.FILEOPS_ALL
          Display additional information when performing all filesystem operations, including read and write.
static VerboseConfig VerboseConfig.RECOVERY
          Display additional information when performing recovery.
static VerboseConfig VerboseConfig.REGISTER
          Display additional information concerning support for EnvironmentConfig.setRegister(boolean).
static VerboseConfig VerboseConfig.REPLICATION
          Display detailed information when processing replication messages.
static VerboseConfig VerboseConfig.WAITSFOR
          Display the waits-for table when doing deadlock detection.
 

Methods in com.sleepycat.db with parameters of type VerboseConfig
 boolean EnvironmentConfig.getVerbose(VerboseConfig flag)
          Return if the database environment is configured to display a given type of verbose information.
 void EnvironmentConfig.setVerbose(VerboseConfig flag, boolean enable)
          Display verbose information.
 


Berkeley DB
version 4.6.21

Copyright (c) 1996,2007 Oracle. All rights reserved.