Uses of Class
org.nuxeo.ecm.core.blob.LocalBlobStore
-
Uses of LocalBlobStore in org.nuxeo.ecm.core.blob
Modifier and TypeClassDescriptionclass
A blob store that encrypts binaries on the filesystem using AES.Modifier and TypeMethodDescriptionprotected String
LocalBlobStore.copyBlob
(String key, LocalBlobStore sourceStore, String sourceKey, boolean atomicMove) Optimized file-to-file copy/move.protected Path
CachingBlobStore.copyOrMoveCachedBlob
(String destKey, LocalBlobStore sourceStore, String sourceKey, boolean atomicMove) protected void
CachingBlobStore.recordBlobAccess
(LocalBlobStore localBlobStore, String key)