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