| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.db.VerboseConfig
public final class VerboseConfig
Specifies the attributes of a verification operation.
| Field Summary | |
|---|---|
| static VerboseConfig | BACKUPDisplay additional information when performing hot backup. | 
| static VerboseConfig | DEADLOCKDisplay additional information when doing deadlock detection. | 
| static VerboseConfig | FILEOPSDisplay additional information when performing filesystem operations such as open, close or rename. | 
| static VerboseConfig | FILEOPS_ALLDisplay additional information when performing all filesystem operations, including read and write. | 
| static VerboseConfig | RECOVERYDisplay additional information when performing recovery. | 
| static VerboseConfig | REGISTERDisplay additional information concerning support for EnvironmentConfig.setRegister(boolean). | 
| static VerboseConfig | REPLICATIONDisplay all detailed information about replication. | 
| static VerboseConfig | REPLICATION_ELECTIONDisplay detailed information about replication elections. | 
| static VerboseConfig | REPLICATION_LEASEDisplay detailed information about replication master leases. | 
| static VerboseConfig | REPLICATION_MISCDisplay detailed information about general replication processing not covered by the other REPLICATION_* values. | 
| static VerboseConfig | REPLICATION_MSGSDisplay detailed information about replication message processing. | 
| static VerboseConfig | REPLICATION_SYNCDisplay detailed information about replication client synchronization. | 
| static VerboseConfig | REPLICATION_SYSTEMSaves replication system information to a system-owned file. | 
| static VerboseConfig | REPLICATION_TESTDisplay temporary replication test information. | 
| static VerboseConfig | REPMGR_CONNFAILDisplay detailed information about Replication Manager connection failures. | 
| static VerboseConfig | REPMGR_MISCDisplay detailed information about genereal Replication Manager processing. | 
| static VerboseConfig | WAITSFORDisplay the waits-for table when doing deadlock detection. | 
| Method Summary | |
|---|---|
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final VerboseConfig BACKUP
public static final VerboseConfig DEADLOCK
public static final VerboseConfig FILEOPS
public static final VerboseConfig FILEOPS_ALL
public static final VerboseConfig RECOVERY
public static final VerboseConfig REGISTER
EnvironmentConfig.setRegister(boolean).
public static final VerboseConfig REPLICATION
public static final VerboseConfig REPMGR_CONNFAIL
public static final VerboseConfig REPMGR_MISC
public static final VerboseConfig REPLICATION_ELECTION
public static final VerboseConfig REPLICATION_LEASE
public static final VerboseConfig REPLICATION_MISC
public static final VerboseConfig REPLICATION_MSGS
public static final VerboseConfig REPLICATION_SYNC
public static final VerboseConfig REPLICATION_SYSTEM
public static final VerboseConfig REPLICATION_TEST
public static final VerboseConfig WAITSFOR
| Method Detail | 
|---|
public String toString()
toString in class Object| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||