Uses of Interface
org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.CloseableBLOBStore

Packages that use BundleDbPersistenceManager.CloseableBLOBStore
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
protected  class BundleDbPersistenceManager.DbBlobStore
          Implementation of a blob store that stores the data inside the database
protected  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
protected  BundleDbPersistenceManager.CloseableBLOBStore BundleDbPersistenceManager.blobStore
          file system where BLOB data is stored
 

Methods in org.apache.jackrabbit.core.persistence.pool that return BundleDbPersistenceManager.CloseableBLOBStore
protected  BundleDbPersistenceManager.CloseableBLOBStore BundleDbPersistenceManager.createBlobStore()
          Creates a suitable blobstore
protected  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.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.