Class BinariesObject
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.restapi.server.jaxrs.management.BinariesObject
-
@Deprecated public class BinariesObject extends AbstractResource<ResourceTypeImpl>
Deprecated.since 2023, this FullGC implementation does not scale on large repositories, useBlobsObject
insteadEndpoint to manage the binaries.- Since:
- 11.3
-
-
Constructor Summary
Constructors Constructor Description BinariesObject()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BinaryManagerStatus
garbageCollectBinaries()
Deprecated.Garbage collect the unused (orphaned) binaries.-
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
-
-
-
Method Detail
-
garbageCollectBinaries
public BinaryManagerStatus garbageCollectBinaries()
Deprecated.Garbage collect the unused (orphaned) binaries.- Returns:
BinaryManagerStatus
if no gc is in progress, otherwise aResponse.Status.CONFLICT
-
-