Module com.microsoft.gctoolkit.api
Class GenerationalGCEvent
- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.GCEvent
-
- com.microsoft.gctoolkit.event.generational.GenerationalGCEvent
-
- Direct Known Subclasses:
CMSConcurrentEvent,GenerationalGCPauseEvent
public abstract class GenerationalGCEvent extends GCEvent
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGenerationalGCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)
-
Method Summary
-
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
-
GenerationalGCEvent
protected GenerationalGCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)
-
-