Class BundleDbPersistenceManager.FSBlobStore
- java.lang.Object
-
- org.apache.jackrabbit.core.persistence.util.FileSystemBLOBStore
-
- org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.FSBlobStore
-
- All Implemented Interfaces:
BundleDbPersistenceManager.CloseableBLOBStore
,BLOBStore
,ResourceBasedBLOBStore
- Enclosing class:
- BundleDbPersistenceManager
protected class BundleDbPersistenceManager.FSBlobStore extends FileSystemBLOBStore implements BundleDbPersistenceManager.CloseableBLOBStore
own implementation of the filesystem blob store that uses a different blob-id scheme.
-
-
Constructor Summary
Constructors Constructor Description FSBlobStore(FileSystem fs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
String
createId(PropertyId id, int index)
Creates a unique identifier for the BLOB data associated with the given property id and value subscript.-
Methods inherited from class org.apache.jackrabbit.core.persistence.util.FileSystemBLOBStore
get, getResource, put, remove
-
-
-
-
Constructor Detail
-
FSBlobStore
public FSBlobStore(FileSystem fs)
-
-
Method Detail
-
createId
public String createId(PropertyId id, int index)
Description copied from class:FileSystemBLOBStore
Creates a unique identifier for the BLOB data associated with the given property id and value subscript.- Specified by:
createId
in interfaceBLOBStore
- Overrides:
createId
in classFileSystemBLOBStore
- Parameters:
id
- id of the property associated with the BLOB dataindex
- subscript of the value holding the BLOB data- Returns:
- a string identifying the BLOB data
-
close
public void close()
- Specified by:
close
in interfaceBundleDbPersistenceManager.CloseableBLOBStore
-
-