public interface RecordedHeapUsage
This object is returned by
Connection.getRecordedHeapUsage(boolean)
.
Modifier and Type | Method and Description |
---|---|
java.util.Set<HeapValue> |
getHeapValuesGC()
Returns the heap value objects for garbage collected objects.
|
java.util.Set<HeapValue> |
getHeapValuesLive()
Returns the heap value objects for live objects.
|
java.util.Set<HeapValue> getHeapValuesGC()
java.util.Set<HeapValue> getHeapValuesLive()