|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.dbi.DbEnvPool
Singleton collection of database environments.
Nested Class Summary | |
static class |
DbEnvPool.EnvironmentImplInfo
|
Method Summary | |
void |
clear()
|
DbEnvPool.EnvironmentImplInfo |
getEnvironment(File dbEnvHome,
EnvironmentConfig config)
Find a single environment, used by Environment handles and by command line utilities. |
static DbEnvPool |
getInstance()
Access the singleton instance. |
(package private) void |
remove(File dbEnvHome)
Remove a EnvironmentImpl from the pool because it's been closed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DbEnvPool getInstance()
public DbEnvPool.EnvironmentImplInfo getEnvironment(File dbEnvHome, EnvironmentConfig config) throws DatabaseException
DatabaseException
void remove(File dbEnvHome)
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |