Uses of Class
com.tangosol.io.bdb.DatabaseFactory
Package
Description
Contains Sleepycat Berkeley DB BinaryStore implementation classes.
-
Uses of DatabaseFactory in com.tangosol.io.bdb
Modifier and TypeFieldDescriptionprotected DatabaseFactory
BerkeleyDBBinaryStore.m_factory
Factory used to create this Database.Modifier and TypeMethodDescriptionDatabaseFactoryManager.ensureFactory
(BerkeleyDBBinaryStoreManager bdbMgr) Find, or if needed create a DatabaseFactory for the specified manager.BerkeleyDBBinaryStore.getFactory()
Get the DatabaseFactory used to create the underlying Database.Modifier and TypeMethodDescriptionprotected void
BerkeleyDBBinaryStore.init
(String sDbName, DatabaseFactory dbFactory) Initialize the BinaryStore.ModifierConstructorDescriptionBerkeleyDBBinaryStore
(String sDbName, DatabaseFactory dbFactory) Create a new Berkeley DB BinaryStore using the supplied DatabaseFactory.