- java.lang.Object
-
- com.microsoft.gctoolkit.event.MemoryPoolSummary
-
- com.microsoft.gctoolkit.event.jvm.MetaspaceRecord
-
public class MetaspaceRecord extends MemoryPoolSummary
-
-
Constructor Summary
Constructors Constructor Description MetaspaceRecord(long before, long after, long size)MetaspaceRecord(long occupancyBefore, long configuredSizeBefore, long occupancyAfter, long configuredSizeAfter)
-
Method Summary
-
Methods inherited from class com.microsoft.gctoolkit.event.MemoryPoolSummary
add, getOccupancyAfterCollection, getOccupancyBeforeCollection, getSizeAfterCollection, getSizeBeforeCollection, isValid, kByteDelta, kBytesAllocated, kBytesRecovered, minus, toString
-
-