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 class
AzureGarbageCollector
-
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 class
GoogleStorageBinaryManager.GoogleStorageBinaryGarbageCollector
Garbage 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 class
S3BinaryManager.S3BinaryGarbageCollector
Garbage collector for S3 binaries that stores the marked (in use) binaries in memory.
-