Uses of Class
org.nuxeo.ecm.blob.AbstractBinaryGarbageCollector
-
Packages that use AbstractBinaryGarbageCollector Package Description org.nuxeo.ecm.blob.azure org.nuxeo.ecm.core.storage.gcp org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. -
-
Uses of AbstractBinaryGarbageCollector in org.nuxeo.ecm.blob.azure
Subclasses of AbstractBinaryGarbageCollector in org.nuxeo.ecm.blob.azure Modifier and Type Class Description classAzureGarbageCollector -
Uses of AbstractBinaryGarbageCollector in org.nuxeo.ecm.core.storage.gcp
Subclasses of AbstractBinaryGarbageCollector in org.nuxeo.ecm.core.storage.gcp Modifier and Type Class Description static classGoogleStorageBinaryManager.GoogleStorageBinaryGarbageCollectorGarbage collector for GCP binaries that stores the marked (in use) binaries in memory. -
Uses of AbstractBinaryGarbageCollector in org.nuxeo.ecm.core.storage.sql
Subclasses of AbstractBinaryGarbageCollector in org.nuxeo.ecm.core.storage.sql Modifier and Type Class Description static classS3BinaryManager.S3BinaryGarbageCollectorGarbage collector for S3 binaries that stores the marked (in use) binaries in memory.
-