Package | Description |
---|---|
org.apache.jackrabbit.core.persistence.pool |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected BundleDbPersistenceManager.CloseableBLOBStore |
BundleDbPersistenceManager.blobStore
file system where BLOB data is stored
|
protected BundleDbPersistenceManager.CloseableBLOBStore |
BundleDbPersistenceManager.blobStore
file system where BLOB data is stored
|
Modifier and Type | Method and Description |
---|---|
protected BundleDbPersistenceManager.CloseableBLOBStore |
BundleDbPersistenceManager.createBlobStore()
Creates a suitable blobstore
|
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.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.
|
protected BundleDbPersistenceManager.CloseableBLOBStore |
BundleDbPersistenceManager.createLocalFSBlobStore(PMContext context)
Creates a blob store that is based on a local fs.
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.