Uses of Class
org.nuxeo.ecm.core.blob.binary.BinaryManagerStatus
Package
Description
Simple MBean to report the status of a SQL repository.
-
Uses of BinaryManagerStatus in org.nuxeo.ecm.blob
Modifier and TypeFieldDescriptionprotected BinaryManagerStatus
AbstractBinaryGarbageCollector.status
Deprecated. -
Uses of BinaryManagerStatus in org.nuxeo.ecm.core.blob
Modifier and TypeFieldDescriptionprotected BinaryManagerStatus
AbstractBlobGarbageCollector.status
protected BinaryManagerStatus
LocalBlobStore.LocalBlobGarbageCollector.status
Modifier and TypeMethodDescriptionDocumentBlobManager.garbageCollectBinaries
(boolean delete) Deprecated.DocumentBlobManagerComponent.garbageCollectBinaries
(boolean delete) AbstractBlobGarbageCollector.getStatus()
CachingBlobStore.CachingBinaryGarbageCollector.getStatus()
LocalBlobStore.LocalBlobGarbageCollector.getStatus()
-
Uses of BinaryManagerStatus in org.nuxeo.ecm.core.blob.binary
Modifier and TypeFieldDescriptionprotected BinaryManagerStatus
LocalBinaryManager.DefaultBinaryGarbageCollector.status
-
Uses of BinaryManagerStatus in org.nuxeo.ecm.core.storage.mongodb
Modifier and TypeFieldDescriptionprotected BinaryManagerStatus
GridFSBinaryManager.GridFSBinaryGarbageCollector.status
-
Uses of BinaryManagerStatus in org.nuxeo.ecm.core.storage.sql.management
Modifier and TypeMethodDescriptionSQLRepositoryStatus.gcBinaries
(boolean delete) SQLRepositoryStatusMBean.gcBinaries
(boolean delete) GC the unused binaries. -
Uses of BinaryManagerStatus in org.nuxeo.ecm.restapi.jaxrs.io.management
Modifier and TypeMethodDescriptionprotected void
BinaryManagerStatusJsonWriter.writeEntityBody
(BinaryManagerStatus entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of BinaryManagerStatus in org.nuxeo.ecm.restapi.server.jaxrs.management
Modifier and TypeMethodDescriptionBinariesObject.garbageCollectBinaries()
Deprecated.Garbage collect the unused (orphaned) binaries.
GarbageCollectOrphanBlobsAction
instead