public class BdbPersistentStoreFactory<E,V> extends BdbStoreFactory<E,V>
| Constructor and Description |
|---|
BdbPersistentStoreFactory(String pathname) |
| Modifier and Type | Method and Description |
|---|---|
protected com.sleepycat.bind.serial.StoredClassCatalog |
createClassCatalog(com.sleepycat.je.Environment env) |
protected com.sleepycat.je.DatabaseConfig |
createDatabaseConfig() |
protected com.sleepycat.je.EnvironmentConfig |
createEnvConfig() |
newInstance, shutdownpublic BdbPersistentStoreFactory(String pathname)
protected com.sleepycat.bind.serial.StoredClassCatalog createClassCatalog(com.sleepycat.je.Environment env)
throws IllegalArgumentException,
com.sleepycat.je.DatabaseException
createClassCatalog in class BdbStoreFactory<E,V>IllegalArgumentExceptioncom.sleepycat.je.DatabaseExceptionprotected com.sleepycat.je.EnvironmentConfig createEnvConfig()
createEnvConfig in class BdbStoreFactory<E,V>protected com.sleepycat.je.DatabaseConfig createDatabaseConfig()
createDatabaseConfig in class BdbStoreFactory<E,V>Copyright © 2012–2016 Emory University. All rights reserved.