Package com.sleepycat.db
Class VerboseConfig
java.lang.Object
com.sleepycat.db.VerboseConfig
Specifies the attributes of a verification operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VerboseConfigDisplay additional information when performing hot backup.static final VerboseConfigDisplay additional information when doing deadlock detection.static final VerboseConfigDisplay additional information when performing filesystem operations such as open, close or rename.static final VerboseConfigDisplay additional information when performing all filesystem operations, including read and write.static final VerboseConfigDisplay additional information when performing recovery.static final VerboseConfigDisplay additional information concerning support forEnvironmentConfig.setRegister(boolean).static final VerboseConfigDisplay all detailed information about replication.static final VerboseConfigDisplay detailed information about replication elections.static final VerboseConfigDisplay detailed information about replication master leases.static final VerboseConfigDisplay detailed information about general replication processing not covered by the other REPLICATION_* values.static final VerboseConfigDisplay detailed information about replication message processing.static final VerboseConfigDisplay detailed information about replication client synchronization.static final VerboseConfigSaves replication system information to a system-owned file.static final VerboseConfigDisplay temporary replication test information.static final VerboseConfigDisplay detailed information about Replication Manager connection failures.static final VerboseConfigDisplay detailed information about genereal Replication Manager processing.static final VerboseConfigDisplay the waits-for table when doing deadlock detection. -
Method Summary
-
Field Details
-
BACKUP
Display additional information when performing hot backup. -
DEADLOCK
Display additional information when doing deadlock detection. -
FILEOPS
Display additional information when performing filesystem operations such as open, close or rename. May not be available on all platforms. -
FILEOPS_ALL
Display additional information when performing all filesystem operations, including read and write. May not be available on all platforms. -
RECOVERY
Display additional information when performing recovery. -
REGISTER
Display additional information concerning support forEnvironmentConfig.setRegister(boolean). -
REPLICATION
Display all detailed information about replication. This includes the information displayed by all of the other REPLICATION_* and REPMGR_* values. -
REPMGR_CONNFAIL
Display detailed information about Replication Manager connection failures. -
REPMGR_MISC
Display detailed information about genereal Replication Manager processing. -
REPLICATION_ELECTION
Display detailed information about replication elections. -
REPLICATION_LEASE
Display detailed information about replication master leases. -
REPLICATION_MISC
Display detailed information about general replication processing not covered by the other REPLICATION_* values. -
REPLICATION_MSGS
Display detailed information about replication message processing. -
REPLICATION_SYNC
Display detailed information about replication client synchronization. -
REPLICATION_SYSTEM
Saves replication system information to a system-owned file. This value is on by default. -
REPLICATION_TEST
Display temporary replication test information. -
WAITSFOR
Display the waits-for table when doing deadlock detection.
-
-
Method Details