Uses of Class
org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
Packages that use AbstractBlobStore Package Description org.apache.jackrabbit.oak.plugins.blob org.apache.jackrabbit.oak.plugins.blob.cloud org.apache.jackrabbit.oak.plugins.document.mongo org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStore
andBlobStore
for relational databases.org.apache.jackrabbit.oak.spi.blob -
-
Uses of AbstractBlobStore in org.apache.jackrabbit.oak.plugins.blob
Subclasses of AbstractBlobStore in org.apache.jackrabbit.oak.plugins.blob Modifier and Type Class Description class
CachingBlobStore
A blob store with a cache. -
Uses of AbstractBlobStore in org.apache.jackrabbit.oak.plugins.blob.cloud
Subclasses of AbstractBlobStore in org.apache.jackrabbit.oak.plugins.blob.cloud Modifier and Type Class Description class
CloudBlobStore
Implementation of theBlobStore
to store blobs in a cloud blob store. -
Uses of AbstractBlobStore in org.apache.jackrabbit.oak.plugins.document.mongo
Subclasses of AbstractBlobStore in org.apache.jackrabbit.oak.plugins.document.mongo Modifier and Type Class Description class
MongoBlobStore
Implementation of blob store for the MongoDB extending fromCachingBlobStore
. -
Uses of AbstractBlobStore in org.apache.jackrabbit.oak.plugins.document.rdb
Subclasses of AbstractBlobStore in org.apache.jackrabbit.oak.plugins.document.rdb Modifier and Type Class Description class
RDBBlobStore
-
Uses of AbstractBlobStore in org.apache.jackrabbit.oak.spi.blob
Subclasses of AbstractBlobStore in org.apache.jackrabbit.oak.spi.blob Modifier and Type Class Description class
FileBlobStore
A file blob store.class
MemoryBlobStore
A memory blob store.
-