Class GCTask

java.lang.Object
org.nuxeo.ecm.core.convert.cache.GCTask
All Implemented Interfaces:
Runnable

@Deprecated(since="2025.0", forRemoval=true) public class GCTask extends Object implements Runnable
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use ConversionCacheGCTask instead
Task for GC dedicated Thread.
Author:
tiry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GCEnabled

      public boolean GCEnabled
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GCTask

      public GCTask()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • run

      public void run()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      run in interface Runnable