Uses of Interface
org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.CloseableBLOBStore
-
Packages that use BundleDbPersistenceManager.CloseableBLOBStore Package Description org.apache.jackrabbit.core.persistence.pool -
-
Uses of BundleDbPersistenceManager.CloseableBLOBStore in org.apache.jackrabbit.core.persistence.pool
Classes in org.apache.jackrabbit.core.persistence.pool that implement BundleDbPersistenceManager.CloseableBLOBStore Modifier and Type Class Description protected class
BundleDbPersistenceManager.DbBlobStore
Implementation of a blob store that stores the data inside the databaseprotected class
BundleDbPersistenceManager.FSBlobStore
own implementation of the filesystem blob store that uses a different blob-id scheme.Fields in org.apache.jackrabbit.core.persistence.pool declared as BundleDbPersistenceManager.CloseableBLOBStore Modifier and Type Field Description protected BundleDbPersistenceManager.CloseableBLOBStore
BundleDbPersistenceManager. blobStore
file system where BLOB data is storedMethods in org.apache.jackrabbit.core.persistence.pool that return BundleDbPersistenceManager.CloseableBLOBStore Modifier and Type Method Description protected BundleDbPersistenceManager.CloseableBLOBStore
BundleDbPersistenceManager. createBlobStore()
Creates a suitable blobstoreprotected BundleDbPersistenceManager.CloseableBLOBStore
BundleDbPersistenceManager. createDBBlobStore(PMContext context)
Creates a blob store that uses the database.protected BundleDbPersistenceManager.CloseableBLOBStore
BundleDbPersistenceManager. createLocalFSBlobStore(PMContext context)
Creates a blob store that is based on a local fs.
-