public final class VerboseConfig
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static VerboseConfig |
BACKUP |
Display additional information when performing hot backup.
|
static VerboseConfig |
DEADLOCK |
Display additional information when doing deadlock detection.
|
static VerboseConfig |
FILEOPS |
Display additional information when performing filesystem operations such
as open, close or rename.
|
static VerboseConfig |
FILEOPS_ALL |
Display additional information when performing all filesystem operations,
including read and write.
|
static VerboseConfig |
RECOVERY |
Display additional information when performing recovery.
|
static VerboseConfig |
REGISTER |
Display additional information concerning support for
EnvironmentConfig.setRegister(boolean) . |
static VerboseConfig |
REPLICATION |
Display all detailed information about replication.
|
static VerboseConfig |
REPLICATION_ELECTION |
Display detailed information about replication elections.
|
static VerboseConfig |
REPLICATION_LEASE |
Display detailed information about replication master leases.
|
static VerboseConfig |
REPLICATION_MISC |
Display detailed information about general replication processing not
covered by the other REPLICATION_* values.
|
static VerboseConfig |
REPLICATION_MSGS |
Display detailed information about replication message processing.
|
static VerboseConfig |
REPLICATION_SYNC |
Display detailed information about replication client synchronization.
|
static VerboseConfig |
REPLICATION_SYSTEM |
Saves replication system information to a system-owned file.
|
static VerboseConfig |
REPLICATION_TEST |
Display temporary replication test information.
|
static VerboseConfig |
REPMGR_CONNFAIL |
Display detailed information about Replication Manager connection failures.
|
static VerboseConfig |
REPMGR_MISC |
Display detailed information about genereal Replication Manager processing.
|
static VerboseConfig |
REPMGR_SSL_ALL |
Display all information about Replication Manager SSL support.
|
static VerboseConfig |
REPMGR_SSL_CONN |
Display detailed information about Replication Manager SSL connections.
|
static VerboseConfig |
REPMGR_SSL_IO |
Display detailed information about Replication Manager SSL IO.
|
static VerboseConfig |
SLICE |
Display detailed information about slice databases.
|
static VerboseConfig |
WAITSFOR |
Display the waits-for table when doing deadlock detection.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
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 REPMGR_SSL_ALL
public static final VerboseConfig REPMGR_SSL_CONN
public static final VerboseConfig REPMGR_SSL_IO
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 SLICE
public static final VerboseConfig WAITSFOR
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.