|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tangosol.util.Base
com.tangosol.io.bdb.DatabaseFactoryManager
public class DatabaseFactoryManager
A manager for Berkeley DB Database factories. <p/> The factory manager is used to allocate and find DatabaseFactory objects.
Field Summary | |
---|---|
protected Map |
m_mapFactories Map of DatabaseFactory objects keyed by XmlElement configuration. |
Constructor Summary | |
---|---|
DatabaseFactoryManager() Construct a new DatabaseFactoryManager. |
Method Summary | |
---|---|
DatabaseFactory |
ensureFactory(BerkeleyDBBinaryStoreManager bdbMgr) Find, or if needed create a DatabaseFactory for the specified manager. |
Map |
getMapFactories() Get the Map of Database factories. |
String |
toString() Return a human readable description of the DatabaseFactoryManager. |
Field Detail |
---|
protected Map m_mapFactories
Constructor Detail |
---|
public DatabaseFactoryManager()
Method Detail |
---|
public String toString()
public DatabaseFactory ensureFactory(BerkeleyDBBinaryStoreManager bdbMgr) throws com.sleepycat.je.DatabaseException
bdbMgr
- the manager to find the store forcom.sleepycat.je.DatabaseException
- if the DatabaseFactory cannot be createdpublic Map getMapFactories()
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |