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 BinaryManagerStatus
AbstractBinaryGarbageCollector. status
Methods in org.nuxeo.ecm.blob that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatus
AbstractBinaryGarbageCollector. 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 BinaryManagerStatus
AbstractBlobGarbageCollector. status
protected BinaryManagerStatus
LocalBlobStore.LocalBlobGarbageCollector. status
Methods in org.nuxeo.ecm.core.blob that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatus
DocumentBlobManager. garbageCollectBinaries(boolean delete)
Deprecated.since 2023, this FullGC implementation does not scale on large repositories, useGarbageCollectOrphanBlobsAction
insteadBinaryManagerStatus
DocumentBlobManagerComponent. garbageCollectBinaries(boolean delete)
BinaryManagerStatus
AbstractBlobGarbageCollector. getStatus()
BinaryManagerStatus
CachingBlobStore.CachingBinaryGarbageCollector. getStatus()
BinaryManagerStatus
LocalBlobStore.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 BinaryManagerStatus
LocalBinaryManager.DefaultBinaryGarbageCollector. status
Methods in org.nuxeo.ecm.core.blob.binary that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatus
BinaryGarbageCollector. getStatus()
Gets the status of the binaries to GC and of those that won't be.BinaryManagerStatus
LocalBinaryManager.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 BinaryManagerStatus
GridFSBinaryManager.GridFSBinaryGarbageCollector. status
Methods in org.nuxeo.ecm.core.storage.mongodb that return BinaryManagerStatus Modifier and Type Method Description BinaryManagerStatus
GridFSBinaryManager.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 BinaryManagerStatus
SQLRepositoryStatus. gcBinaries(boolean delete)
BinaryManagerStatus
SQLRepositoryStatusMBean. 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 void
BinaryManagerStatusJsonWriter. 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 BinaryManagerStatus
BinariesObject. garbageCollectBinaries()
Deprecated.Garbage collect the unused (orphaned) binaries.
-