| Package | Description |
|---|---|
| com.tangosol.io.bdb |
Contains Sleepycat Berkeley DB BinaryStore implementation classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseFactory |
BerkeleyDBBinaryStore.m_factory
Factory used to create this Database.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseFactory |
DatabaseFactoryManager.ensureFactory(BerkeleyDBBinaryStoreManager bdbMgr)
Find, or if needed create a DatabaseFactory for the specified manager.
|
DatabaseFactory |
BerkeleyDBBinaryStore.getFactory()
Get the DatabaseFactory used to create the underlying Database.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BerkeleyDBBinaryStore.init(String sDbName, DatabaseFactory dbFactory)
Initialize the BinaryStore.
|
| Constructor and Description |
|---|
BerkeleyDBBinaryStore(String sDbName, DatabaseFactory dbFactory)
Create a new Berkeley DB BinaryStore using the supplied DatabaseFactory.
|