protected class BundleDbPersistenceManager.FSBlobStore extends FileSystemBLOBStore implements BundleDbPersistenceManager.CloseableBLOBStore
| Constructor and Description | 
|---|
| FSBlobStore(FileSystem fs) | 
| Modifier and Type | Method and 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. | 
get, getResource, put, removepublic FSBlobStore(FileSystem fs)
public String createId(PropertyId id, int index)
FileSystemBLOBStorecreateId in interface BLOBStorecreateId in class FileSystemBLOBStoreid - id of the property associated with the BLOB dataindex - subscript of the value holding the BLOB datapublic void close()
close in interface BundleDbPersistenceManager.CloseableBLOBStoreCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.