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 class
AbstractBinaryGarbageCollector<T extends CachingBinaryManager>
Subclasses of CachingBinaryManager in org.nuxeo.ecm.blob Modifier and Type Class Description class
AbstractCloudBinaryManager
Fields in org.nuxeo.ecm.blob declared as CachingBinaryManager Modifier and Type Field Description protected T
AbstractBinaryGarbageCollector. binaryManager
-
Uses of CachingBinaryManager in org.nuxeo.ecm.blob.azure
Subclasses of CachingBinaryManager in org.nuxeo.ecm.blob.azure Modifier and Type Class Description class
AzureBinaryManager
class
AzureCDNBinaryManager
-
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 CachingBinaryManager
LazyBinary. cbm
Methods in org.nuxeo.ecm.core.blob.binary that return CachingBinaryManager Modifier and Type Method Description protected CachingBinaryManager
LazyBinary. 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 class
GoogleStorageBinaryManager
A 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 class
CloudFrontBinaryManager
class
S3BinaryManager
A Binary Manager that stores binaries as S3 BLOBs
-