Module com.microsoft.gctoolkit.api
Class SystemGC
- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.GCEvent
-
- com.microsoft.gctoolkit.event.generational.GenerationalGCEvent
-
- com.microsoft.gctoolkit.event.generational.GenerationalGCPauseEvent
-
- com.microsoft.gctoolkit.event.generational.FullGC
-
- com.microsoft.gctoolkit.event.generational.SystemGC
-
public class SystemGC extends FullGC
-
-
Constructor Summary
Constructors Constructor Description SystemGC(DateTimeStamp timeStamp, double duration)SystemGC(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)SystemGC(DateTimeStamp timeStamp, GCCause cause, double duration)
-
Method Summary
-
Methods inherited from class com.microsoft.gctoolkit.event.generational.FullGC
getDutyCycle, recordDutyCycle
-
Methods inherited from class com.microsoft.gctoolkit.event.generational.GenerationalGCPauseEvent
add, add, add, add, add, add, addBinaryTreeDictionary, addClassspace, addClassUnloadingAndStringTableProcessingDurations, addNonClassspace, addPermOrMetaSpaceRecord, addReferenceGCSummary, getBinaryTreeDictionary, getClassspace, getClassUnloadingProcessingTime, getCpuSummary, getHeap, getNonClassspace, getPermOrMetaspace, getReferenceGCSummary, getStringTableProcessingTime, getSurvivorRecord, getSymbolAndStringTableProcessingTime, getSymbolTableProcessingTime, getTenured, getYoung
-
Methods inherited from class com.microsoft.gctoolkit.event.GCEvent
equals, getGarbageCollectionType, getGCCause, hashCode, setGCCause
-
Methods inherited from class com.microsoft.gctoolkit.event.jvm.JVMEvent
getDateTimeStamp, getDuration, toString
-
-
-
-
Constructor Detail
-
SystemGC
public SystemGC(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)
-
SystemGC
public SystemGC(DateTimeStamp timeStamp, GCCause cause, double duration)
-
SystemGC
public SystemGC(DateTimeStamp timeStamp, double duration)
-
-