Class BinariesObject

java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.jaxrs.management.BinariesObject
All Implemented Interfaces:
Resource, Adaptable

@Deprecated public class BinariesObject extends AbstractResource<ResourceTypeImpl>
Deprecated.
since 2023, this FullGC implementation does not scale on large repositories, use BlobsObject instead
Endpoint to manage the binaries.
Since:
11.3
  • Constructor Details

    • BinariesObject

      public BinariesObject()
      Deprecated.
  • Method Details

    • garbageCollectBinaries

      public BinaryManagerStatus garbageCollectBinaries()
      Deprecated.
      Garbage collect the unused (orphaned) binaries.
      Returns:
      BinaryManagerStatus if no gc is in progress, otherwise a Response.Status.CONFLICT