Interface RecordedHeapUsage


public interface RecordedHeapUsage
Data object for recorded heap usage.

This object is returned by Connection.getRecordedHeapUsage(boolean).

  • Method Details

    • getHeapValuesGC

      Set<HeapValue> getHeapValuesGC()
      Returns the heap value objects for garbage collected objects. Note: The allocation recording options in the profiling settings have to include GCed objects, otherwise this set is empty.
      Returns:
      the heap value objects
    • getHeapValuesLive

      Set<HeapValue> getHeapValuesLive()
      Returns the heap value objects for live objects.
      Returns:
      the heap value objects