Ejemplo n.º 1
0
 /** Process notifications of mutable property changes. */
 public void envConfigUpdate(DbConfigManager configMgr, EnvironmentMutableConfig ignore) {
   LockInfo.setDeadlockStackTrace(
       configMgr.getBoolean(EnvironmentParams.TXN_DEADLOCK_STACK_TRACE));
   setLockTableDump(configMgr.getBoolean(EnvironmentParams.TXN_DUMPLOCKS));
 }