| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.BACKUPDisplay additional information when performing hot backup. | 
| static VerboseConfig | VerboseConfig.DEADLOCKDisplay additional information when doing deadlock detection. | 
| static VerboseConfig | VerboseConfig.FILEOPSDisplay additional information when performing filesystem operations such as open, close or rename. | 
| static VerboseConfig | VerboseConfig.FILEOPS_ALLDisplay additional information when performing all filesystem operations, including read and write. | 
| static VerboseConfig | VerboseConfig.RECOVERYDisplay additional information when performing recovery. | 
| static VerboseConfig | VerboseConfig.REGISTERDisplay additional information concerning support for EnvironmentConfig.setRegister(boolean). | 
| static VerboseConfig | VerboseConfig.REPLICATIONDisplay all detailed information about replication. | 
| static VerboseConfig | VerboseConfig.REPLICATION_ELECTIONDisplay detailed information about replication elections. | 
| static VerboseConfig | VerboseConfig.REPLICATION_LEASEDisplay detailed information about replication master leases. | 
| static VerboseConfig | VerboseConfig.REPLICATION_MISCDisplay detailed information about general replication processing not covered by the other REPLICATION_* values. | 
| static VerboseConfig | VerboseConfig.REPLICATION_MSGSDisplay detailed information about replication message processing. | 
| static VerboseConfig | VerboseConfig.REPLICATION_SYNCDisplay detailed information about replication client synchronization. | 
| static VerboseConfig | VerboseConfig.REPLICATION_SYSTEMSaves replication system information to a system-owned file. | 
| static VerboseConfig | VerboseConfig.REPLICATION_TESTDisplay temporary replication test information. | 
| static VerboseConfig | VerboseConfig.REPMGR_CONNFAILDisplay detailed information about Replication Manager connection failures. | 
| static VerboseConfig | VerboseConfig.REPMGR_MISCDisplay detailed information about genereal Replication Manager processing. | 
| static VerboseConfig | VerboseConfig.WAITSFORDisplay 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 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||