|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdb.BDB
public class BDB
Utilities for Berkeley DB.
Constructor Summary | |
---|---|
BDB()
|
Method Summary | |
---|---|
static com.sleepycat.db.Environment |
resetEnvironment(java.lang.String dir,
com.sleepycat.db.EnvironmentConfig conf)
Creates or cleans up a file system directory to be used by the BDB. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BDB()
Method Detail |
---|
public static com.sleepycat.db.Environment resetEnvironment(java.lang.String dir, com.sleepycat.db.EnvironmentConfig conf)
dir
- the directory to be created or cleaned upconf
- configuration of BDB evironment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |