Package | Description |
---|---|
org.apache.jackrabbit.core.persistence.bundle | |
org.apache.jackrabbit.core.persistence.db |
This package contains the class
,
a simple generic JDBC-based PersistenceManager for Jackrabbit. |
org.apache.jackrabbit.core.persistence.mem | |
org.apache.jackrabbit.core.persistence.pool | |
org.apache.jackrabbit.core.persistence.util |
Modifier and Type | Interface and Description |
---|---|
protected static interface |
BundleFsPersistenceManager.CloseableBLOBStore
Helper interface for closeable stores
|
Modifier and Type | Method and Description |
---|---|
protected BLOBStore |
BundleFsPersistenceManager.getBlobStore()
Returns the BLOB store used by this persistence manager.
|
protected abstract BLOBStore |
AbstractBundlePersistenceManager.getBlobStore()
Returns the BLOB store used by this persistence manager.
|
Modifier and Type | Field and Description |
---|---|
protected BLOBStore |
DatabasePersistenceManager.blobStore
Deprecated.
BLOBStore that manages BLOB data in the file system
(if
externalBLOBs==true ) |
Modifier and Type | Interface and Description |
---|---|
protected static interface |
InMemBundlePersistenceManager.CloseableBLOBStore
Helper interface for closeable stores
|
Modifier and Type | Class and Description |
---|---|
protected class |
InMemBundlePersistenceManager.InMemBLOBStore
|
Modifier and Type | Field and Description |
---|---|
protected BLOBStore |
InMemPersistenceManager.blobStore
Deprecated.
|
protected BLOBStore |
InMemBundlePersistenceManager.blobStore
Blob store.
|
Modifier and Type | Method and Description |
---|---|
protected BLOBStore |
InMemBundlePersistenceManager.getBlobStore()
Returns the BLOB store used by this persistence manager.
|
Modifier and Type | Interface and Description |
---|---|
protected static interface |
BundleDbPersistenceManager.CloseableBLOBStore
Helper interface for closeable stores
|
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 | Method and Description |
---|---|
protected BLOBStore |
BundleDbPersistenceManager.getBlobStore()
Returns the BLOB store used by this persistence manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceBasedBLOBStore
ResourceBasedBLOBStore extends the BLOBStore
interface with the method ResourceBasedBLOBStore.getResource(String) |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemBLOBStore
FileSystemBLOBStore is a ResourceBasedBLOBStore
implementation that stores BLOB data in a FileSystem . |
Modifier and Type | Field and Description |
---|---|
protected BLOBStore |
BundleBinding.blobStore
the blob store
|
Modifier and Type | Method and Description |
---|---|
BLOBStore |
BundleBinding.getBlobStore()
Returns the blob store that is associated with this binding.
|
Modifier and Type | Method and Description |
---|---|
void |
NodePropBundle.addProperty(PropertyState state,
BLOBStore blobStore)
Creates a property entry from the given state and adds it.
|
static void |
Serializer.deserialize(PropertyState state,
InputStream stream,
BLOBStore blobStore)
Deserializes a
PropertyState object from the given binary
stream . |
void |
NodePropBundle.removeAllProperties(BLOBStore blobStore)
Removes all property entries
|
void |
NodePropBundle.removeProperty(Name name,
BLOBStore blobStore)
Removes the proprty with the given name from this bundle.
|
static void |
Serializer.serialize(PropertyState state,
OutputStream stream,
BLOBStore blobStore)
Serializes the specified
PropertyState object to the given
binary stream . |
Constructor and Description |
---|
BundleBinding(ErrorHandling errorHandling,
BLOBStore blobStore,
StringIndex nsIndex,
StringIndex nameIndex,
DataStore dataStore)
Creates a new bundle binding
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.