com.sleepycat.db
Class VerboseConfig

java.lang.Object
  extended by com.sleepycat.db.VerboseConfig

public final class VerboseConfig
extends java.lang.Object


Field Summary
static VerboseConfig DEADLOCK
           
static VerboseConfig FILEOPS
           
static VerboseConfig FILEOPS_ALL
           
static VerboseConfig RECOVERY
           
static VerboseConfig REGISTER
           
static VerboseConfig REPLICATION
           
static VerboseConfig WAITSFOR
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEADLOCK

public static final VerboseConfig DEADLOCK

FILEOPS

public static final VerboseConfig FILEOPS

FILEOPS_ALL

public static final VerboseConfig FILEOPS_ALL

RECOVERY

public static final VerboseConfig RECOVERY

REGISTER

public static final VerboseConfig REGISTER

REPLICATION

public static final VerboseConfig REPLICATION

WAITSFOR

public static final VerboseConfig WAITSFOR
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object