com.sleepycat.je.dbi
Interface EnvConfigObserver
- All Known Implementing Classes:
- Checkpointer, Cleaner, DummyLockManager, EnvironmentImpl, LatchedLockManager, LockManager, MemoryBudget, RepImpl, SyncedLockManager, UtilizationProfile
public interface EnvConfigObserver
Implemented by observers of mutable config changes.
envConfigUpdate
void envConfigUpdate(DbConfigManager configMgr,
EnvironmentMutableConfig newConfig)
throws DatabaseException
- Notifies the observer that one or more mutable properties have been
changed.
- Throws:
DatabaseException
Copyright (c) 2004-2010 Oracle. All rights reserved.