Uses of Class
org.nuxeo.ecm.core.blob.binary.CachingBinaryManager
-
Packages that use CachingBinaryManager Package Description org.nuxeo.ecm.blob org.nuxeo.ecm.blob.azure org.nuxeo.ecm.core.blob.binary org.nuxeo.ecm.core.storage.gcp org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. -
-
Uses of CachingBinaryManager in org.nuxeo.ecm.blob
Classes in org.nuxeo.ecm.blob with type parameters of type CachingBinaryManager Modifier and Type Class Description classAbstractBinaryGarbageCollector<T extends CachingBinaryManager>Subclasses of CachingBinaryManager in org.nuxeo.ecm.blob Modifier and Type Class Description classAbstractCloudBinaryManagerFields in org.nuxeo.ecm.blob declared as CachingBinaryManager Modifier and Type Field Description protected TAbstractBinaryGarbageCollector. binaryManager -
Uses of CachingBinaryManager in org.nuxeo.ecm.blob.azure
Subclasses of CachingBinaryManager in org.nuxeo.ecm.blob.azure Modifier and Type Class Description classAzureBinaryManagerclassAzureCDNBinaryManager -
Uses of CachingBinaryManager in org.nuxeo.ecm.core.blob.binary
Fields in org.nuxeo.ecm.core.blob.binary declared as CachingBinaryManager Modifier and Type Field Description protected CachingBinaryManagerLazyBinary. cbmMethods in org.nuxeo.ecm.core.blob.binary that return CachingBinaryManager Modifier and Type Method Description protected CachingBinaryManagerLazyBinary. getCachingBinaryManager()Constructors in org.nuxeo.ecm.core.blob.binary with parameters of type CachingBinaryManager Constructor Description LazyBinary(String digest, String repoName, CachingBinaryManager cbm) -
Uses of CachingBinaryManager in org.nuxeo.ecm.core.storage.gcp
Subclasses of CachingBinaryManager in org.nuxeo.ecm.core.storage.gcp Modifier and Type Class Description classGoogleStorageBinaryManagerA Binary Manager that stores binaries as Google Storage BLOBs -
Uses of CachingBinaryManager in org.nuxeo.ecm.core.storage.sql
Subclasses of CachingBinaryManager in org.nuxeo.ecm.core.storage.sql Modifier and Type Class Description classCloudFrontBinaryManagerclassS3BinaryManagerA Binary Manager that stores binaries as S3 BLOBs
-