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 TypeClassDescriptionclassA blob store that encrypts binaries on the filesystem using AES.classBlob store wrapper that caches blobs locally because fetching them may be expensive.classBlob store that stores nothing, useful only when there's a cache in front of it; mostly for unit tests.classBlob storage in memory, mostly for unit tests.classBlob storage as files on a local filesystem.classTransactional 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 TypeClassDescriptionclassBlob provider that stores files in MongoDB GridFS.