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
 

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.