Uses of Class
org.nuxeo.ecm.core.blob.binary.BinaryManagerStatus
-
Packages that use BinaryManagerStatus Package Description org.nuxeo.ecm.blob org.nuxeo.ecm.core.blob org.nuxeo.ecm.core.blob.binary org.nuxeo.ecm.core.storage.mongodb org.nuxeo.ecm.core.storage.sql.management Simple MBean to report the status of a SQL repository.org.nuxeo.ecm.restapi.jaxrs.io.management org.nuxeo.ecm.restapi.server.jaxrs.management -
-
Uses of BinaryManagerStatus in org.nuxeo.ecm.blob
Fields in org.nuxeo.ecm.blob declared as BinaryManagerStatus Modifier and Type Field Description protected BinaryManagerStatusAbstractBinaryGarbageCollector. statusMethods in org.nuxeo.ecm.blob that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatusAbstractBinaryGarbageCollector. getStatus() -
Uses of BinaryManagerStatus in org.nuxeo.ecm.core.blob
Fields in org.nuxeo.ecm.core.blob declared as BinaryManagerStatus Modifier and Type Field Description protected BinaryManagerStatusAbstractBlobGarbageCollector. statusprotected BinaryManagerStatusLocalBlobStore.LocalBlobGarbageCollector. statusMethods in org.nuxeo.ecm.core.blob that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatusDocumentBlobManager. garbageCollectBinaries(boolean delete)Deprecated.since 2023, this FullGC implementation does not scale on large repositories, useGarbageCollectOrphanBlobsActioninsteadBinaryManagerStatusDocumentBlobManagerComponent. garbageCollectBinaries(boolean delete)BinaryManagerStatusAbstractBlobGarbageCollector. getStatus()BinaryManagerStatusCachingBlobStore.CachingBinaryGarbageCollector. getStatus()BinaryManagerStatusLocalBlobStore.LocalBlobGarbageCollector. getStatus() -
Uses of BinaryManagerStatus in org.nuxeo.ecm.core.blob.binary
Fields in org.nuxeo.ecm.core.blob.binary declared as BinaryManagerStatus Modifier and Type Field Description protected BinaryManagerStatusLocalBinaryManager.DefaultBinaryGarbageCollector. statusMethods in org.nuxeo.ecm.core.blob.binary that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatusBinaryGarbageCollector. getStatus()Gets the status of the binaries to GC and of those that won't be.BinaryManagerStatusLocalBinaryManager.DefaultBinaryGarbageCollector. getStatus() -
Uses of BinaryManagerStatus in org.nuxeo.ecm.core.storage.mongodb
Fields in org.nuxeo.ecm.core.storage.mongodb declared as BinaryManagerStatus Modifier and Type Field Description protected BinaryManagerStatusGridFSBinaryManager.GridFSBinaryGarbageCollector. statusMethods in org.nuxeo.ecm.core.storage.mongodb that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatusGridFSBinaryManager.GridFSBinaryGarbageCollector. getStatus() -
Uses of BinaryManagerStatus in org.nuxeo.ecm.core.storage.sql.management
Methods in org.nuxeo.ecm.core.storage.sql.management that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatusSQLRepositoryStatus. gcBinaries(boolean delete)BinaryManagerStatusSQLRepositoryStatusMBean. gcBinaries(boolean delete)GC the unused binaries. -
Uses of BinaryManagerStatus in org.nuxeo.ecm.restapi.jaxrs.io.management
Methods in org.nuxeo.ecm.restapi.jaxrs.io.management with parameters of type BinaryManagerStatus Modifier and Type Method Description protected voidBinaryManagerStatusJsonWriter. writeEntityBody(BinaryManagerStatus entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of BinaryManagerStatus in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatusBinariesObject. garbageCollectBinaries()Deprecated.Garbage collect the unused (orphaned) binaries.
-