Uses of Class
com.tangosol.io.bdb.DatabaseFactory
-
Packages that use DatabaseFactory Package Description com.tangosol.io.bdb Contains Sleepycat Berkeley DB BinaryStore implementation classes. -
-
Uses of DatabaseFactory in com.tangosol.io.bdb
Fields in com.tangosol.io.bdb declared as DatabaseFactory Modifier and Type Field Description protected DatabaseFactory
BerkeleyDBBinaryStore. m_factory
Factory used to create this Database.Methods in com.tangosol.io.bdb that return DatabaseFactory 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.Methods in com.tangosol.io.bdb with parameters of type DatabaseFactory Modifier and Type Method Description protected void
BerkeleyDBBinaryStore. init(String sDbName, DatabaseFactory dbFactory)
Initialize the BinaryStore.Constructors in com.tangosol.io.bdb with parameters of type DatabaseFactory Constructor Description BerkeleyDBBinaryStore(String sDbName, DatabaseFactory dbFactory)
Create a new Berkeley DB BinaryStore using the supplied DatabaseFactory.
-