Searched refs:VerboseConfig (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DVerboseConfig.java6 * $Id: VerboseConfig.java,v 12.8 2008/04/30 20:04:13 bschmeck Exp $
15 public final class VerboseConfig { class
19 public static final VerboseConfig DEADLOCK =
20 new VerboseConfig("DEADLOCK", DbConstants.DB_VERB_DEADLOCK);
25 public static final VerboseConfig FILEOPS =
26 new VerboseConfig("FILEOPS", DbConstants.DB_VERB_FILEOPS);
31 public static final VerboseConfig FILEOPS_ALL =
32 new VerboseConfig("FILEOPS_ALL", DbConstants.DB_VERB_FILEOPS_ALL);
36 public static final VerboseConfig RECOVERY =
37 new VerboseConfig("RECOVER
101 private VerboseConfig(final String verboseName, int verboseFlag) { method in class:VerboseConfig
[all...]
H A DEnvironmentConfig.java3479 public void setVerbose(final VerboseConfig flag, boolean enable) {
3522 public boolean getVerbose(final VerboseConfig flag) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DVerboseConfigTest.java59 envc.setVerbose(VerboseConfig.DEADLOCK, true);
60 envc.setVerbose(VerboseConfig.FILEOPS, true);
61 envc.setVerbose(VerboseConfig.FILEOPS_ALL, true);
62 envc.setVerbose(VerboseConfig.RECOVERY, true);
63 envc.setVerbose(VerboseConfig.REGISTER, true);
64 envc.setVerbose(VerboseConfig.REPLICATION, true);
65 envc.setVerbose(VerboseConfig.WAITSFOR, true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile407 $(JAVA_SLEEPYCAT)/db/VerboseConfig.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in405 $(JAVA_SLEEPYCAT)/db/VerboseConfig.java \

Completed in 114 milliseconds