Package | Description |
---|---|
com.tangosol.io.bdb |
Contains Sleepycat Berkeley DB BinaryStore implementation classes.
|
Modifier and Type | Field | Description |
---|---|---|
protected DatabaseFactory |
BerkeleyDBBinaryStore.m_factory
Factory used to create this Database.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
protected void |
BerkeleyDBBinaryStore.init(String sDbName,
DatabaseFactory dbFactory)
Initialize the BinaryStore.
|
Constructor | Description |
---|---|
BerkeleyDBBinaryStore(String sDbName,
DatabaseFactory dbFactory)
Create a new Berkeley DB BinaryStore using the supplied DatabaseFactory.
|