Interface MemoryTracker

  • All Known Implementing Classes:
    CollectorMemoryTracker

    public interface MemoryTracker
    Tracks dynamic allocations/deallocations of memory for transient objects
    • Method Detail

      • updateBytes

        void updateBytes​(long bytes)
      • getBytes

        long getBytes()