Class RuntimeMemory.Sample

java.lang.Object
io.deephaven.engine.table.impl.util.RuntimeMemory.Sample
Enclosing class:
RuntimeMemory

public static class RuntimeMemory.Sample extends Object
  • Field Details

  • Constructor Details

    • Sample

      public Sample()
  • Method Details

    • usedHeapMemory

      public long usedHeapMemory()
      How much heap memory is used according to this sample.
      Returns:
      the total memory minus the free memory
    • toString

      public String toString()
      Overrides:
      toString in class Object