protected class BundleDbPersistenceManager.FSBlobStore extends FileSystemBLOBStore implements BundleDbPersistenceManager.CloseableBLOBStore
Constructor and Description |
---|
BundleDbPersistenceManager.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, remove
public BundleDbPersistenceManager.FSBlobStore(FileSystem fs)
public String createId(PropertyId id, int index)
FileSystemBLOBStore
createId
in interface BLOBStore
createId
in class FileSystemBLOBStore
id
- id of the property associated with the BLOB dataindex
- subscript of the value holding the BLOB datapublic void close()
close
in interface BundleDbPersistenceManager.CloseableBLOBStore
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.