Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field and Description |
---|---|
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.SLICE
Display detailed information about slice databases.
|
static VerboseConfig |
VerboseConfig.WAITSFOR
Display the waits-for table when doing deadlock detection.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.