Class GcListenerExtension


  • @Deprecated
    public final class GcListenerExtension
    extends java.lang.Object
    Deprecated.
    Migrate to using MemoryGauge
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static long freeMemory()
      Deprecated.
       
      static void setMemoryGauge​(java.util.concurrent.atomic.AtomicLong freeMemoryAfterLastGc)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GcListenerExtension

        public GcListenerExtension()
        Deprecated.
    • Method Detail

      • freeMemory

        public static long freeMemory()
        Deprecated.
      • setMemoryGauge

        public static void setMemoryGauge​(java.util.concurrent.atomic.AtomicLong freeMemoryAfterLastGc)
        Deprecated.