-
public class G1FullGCNES extends G1FullGC
full GC not elsewhere specified on the G1 garbage collector
-
-
Constructor Summary
Constructors Constructor Description G1FullGCNES(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double pauseTime)G1FullGCNES(DateTimeStamp timeStamp, GCCause cause, double pauseTime)
-
Method Summary
-
Methods inherited from class com.microsoft.gctoolkit.event.g1gc.G1FullGC
addInternalPhase, internalPhaseDuration, internalPhases
-
Methods inherited from class com.microsoft.gctoolkit.event.g1gc.G1GCPauseEvent
add, addCPUSummary, addHeapRegionSize, addMemorySummary, addMemorySummary, addPermOrMetaSpaceRecord, addRegionSummary, getArchiveRegionSummary, getCpuSummary, getEden, getEdenRegionSummary, getHeap, getHumongousRegionSummary, getOldRegionSummary, getPermOrMetaspace, getReferenceGCSummary, getSurvivor, getSurvivorRegionSummary, getTenured
-
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
-
G1FullGCNES
public G1FullGCNES(DateTimeStamp timeStamp, GCCause cause, double pauseTime)
-
G1FullGCNES
public G1FullGCNES(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double pauseTime)
-
-