Uses of Class
org.nuxeo.ecm.core.blob.AbstractBlobStore
Packages that use AbstractBlobStore
Package
Description
-
Uses of AbstractBlobStore in org.nuxeo.ecm.blob.azure
Subclasses of AbstractBlobStore in org.nuxeo.ecm.blob.azure -
Uses of AbstractBlobStore in org.nuxeo.ecm.blob.s3
Subclasses of AbstractBlobStore in org.nuxeo.ecm.blob.s3 -
Uses of AbstractBlobStore in org.nuxeo.ecm.core.blob
Subclasses of AbstractBlobStore in org.nuxeo.ecm.core.blobModifier and TypeClassDescriptionclass
A blob store that encrypts binaries on the filesystem using AES.class
Blob store wrapper that caches blobs locally because fetching them may be expensive.class
Blob store that stores nothing, useful only when there's a cache in front of it; mostly for unit tests.class
Blob storage in memory, mostly for unit tests.class
Blob storage as files on a local filesystem.class
Transactional Blob Store. -
Uses of AbstractBlobStore in org.nuxeo.ecm.core.storage.gcp
Subclasses of AbstractBlobStore in org.nuxeo.ecm.core.storage.gcp -
Uses of AbstractBlobStore in org.nuxeo.ecm.core.storage.mongodb.blob
Subclasses of AbstractBlobStore in org.nuxeo.ecm.core.storage.mongodb.blobModifier and TypeClassDescriptionclass
Blob provider that stores files in MongoDB GridFS.