Uses of Class
org.apache.jackrabbit.oak.plugins.blob.CachingBlobStore
-
Packages that use CachingBlobStore Package Description org.apache.jackrabbit.oak.plugins.blob.cloud org.apache.jackrabbit.oak.plugins.document.mongo org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of CachingBlobStore in org.apache.jackrabbit.oak.plugins.blob.cloud
Subclasses of CachingBlobStore in org.apache.jackrabbit.oak.plugins.blob.cloud Modifier and Type Class Description classCloudBlobStoreImplementation of theBlobStoreto store blobs in a cloud blob store. -
Uses of CachingBlobStore in org.apache.jackrabbit.oak.plugins.document.mongo
Subclasses of CachingBlobStore in org.apache.jackrabbit.oak.plugins.document.mongo Modifier and Type Class Description classMongoBlobStoreImplementation of blob store for the MongoDB extending fromCachingBlobStore. -
Uses of CachingBlobStore in org.apache.jackrabbit.oak.plugins.document.rdb
Subclasses of CachingBlobStore in org.apache.jackrabbit.oak.plugins.document.rdb Modifier and Type Class Description classRDBBlobStore
-