|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BLOBStore | |
| org.apache.jackrabbit.core.state.db | This package contains the class ,
a simple generic JDBC-based PersistenceManager for Jackrabbit. |
| org.apache.jackrabbit.core.state.mem | |
| org.apache.jackrabbit.core.state.util | |
| Uses of BLOBStore in org.apache.jackrabbit.core.state.db |
| Fields in org.apache.jackrabbit.core.state.db declared as BLOBStore | |
protected BLOBStore |
SimpleDbPersistenceManager.blobStore
BLOBStore that manages BLOB data in the file system (if externalBLOBs==true) |
| Uses of BLOBStore in org.apache.jackrabbit.core.state.mem |
| Fields in org.apache.jackrabbit.core.state.mem declared as BLOBStore | |
protected BLOBStore |
InMemPersistenceManager.blobStore
|
| Uses of BLOBStore in org.apache.jackrabbit.core.state.util |
| Subinterfaces of BLOBStore in org.apache.jackrabbit.core.state.util | |
interface |
ResourceBasedBLOBStore
ResourceBasedBLOBStore extends the BLOBStore
interface with the method ResourceBasedBLOBStore.getResource(String) |
| Classes in org.apache.jackrabbit.core.state.util that implement BLOBStore | |
class |
FileSystemBLOBStore
FileSystemBLOBStore is a ResourceBasedBLOBStore
implementation that stores BLOB data in a FileSystem. |
| Methods in org.apache.jackrabbit.core.state.util with parameters of type BLOBStore | |
static void |
Serializer.serialize(PropertyState state,
OutputStream stream,
BLOBStore blobStore)
Serializes the specified PropertyState object to the given
binary stream. |
static void |
Serializer.deserialize(PropertyState state,
InputStream stream,
BLOBStore blobStore)
Deserializes a PropertyState object from the given binary
stream. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||