- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.GCEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1GCEvent
-
- Direct Known Subclasses:
G1GCConcurrentEvent,G1GCPauseEvent
public abstract class G1GCEvent extends GCEvent
-
-
Constructor Summary
Constructors Constructor Description G1GCEvent(DateTimeStamp timeStamp, double duration)G1GCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, double duration)G1GCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)G1GCEvent(DateTimeStamp timeStamp, 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
-
G1GCEvent
public G1GCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)
-
G1GCEvent
public G1GCEvent(DateTimeStamp timeStamp, double duration)
-
G1GCEvent
public G1GCEvent(DateTimeStamp timeStamp, GCCause cause, double duration)
-
G1GCEvent
public G1GCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, double duration)
-
-