|
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.BACKUP
Display additional information when performing hot backup. |
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 all detailed information about replication. |
static VerboseConfig |
VerboseConfig.REPLICATION_ELECTION
Display detailed information about replication elections. |
static VerboseConfig |
VerboseConfig.REPLICATION_LEASE
Display detailed information about replication master leases. |
static VerboseConfig |
VerboseConfig.REPLICATION_MISC
Display detailed information about general replication processing not covered by the other REPLICATION_* values. |
static VerboseConfig |
VerboseConfig.REPLICATION_MSGS
Display detailed information about replication message processing. |
static VerboseConfig |
VerboseConfig.REPLICATION_SYNC
Display detailed information about replication client synchronization. |
static VerboseConfig |
VerboseConfig.REPLICATION_SYSTEM
Saves replication system information to a system-owned file. |
static VerboseConfig |
VerboseConfig.REPLICATION_TEST
Display temporary replication test information. |
static VerboseConfig |
VerboseConfig.REPMGR_CONNFAIL
Display detailed information about Replication Manager connection failures. |
static VerboseConfig |
VerboseConfig.REPMGR_MISC
Display detailed information about genereal Replication Manager processing. |
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 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |