Uses of Class
org.nuxeo.ecm.core.blob.AbstractBlobStore
Package
Description
-
Uses of AbstractBlobStore in org.nuxeo.ecm.blob.azure
-
Uses of AbstractBlobStore in org.nuxeo.ecm.blob.s3
-
Uses of AbstractBlobStore in org.nuxeo.ecm.core.blob
Modifier 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
-
Uses of AbstractBlobStore in org.nuxeo.ecm.core.storage.mongodb.blob
Modifier and TypeClassDescriptionclass
Blob provider that stores files in MongoDB GridFS.