Module com.microsoft.gctoolkit.api
Class CMSConcurrentEvent
- 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.CMSConcurrentEvent
-
- All Implemented Interfaces:
CMSPhase
- Direct Known Subclasses:
AbortablePreClean,ConcurrentMark,ConcurrentPreClean,ConcurrentReset,ConcurrentSweep
public abstract class CMSConcurrentEvent extends GenerationalGCEvent implements CMSPhase
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCMSConcurrentEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration, double cpuTime, double wallClockTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCpuTime()doublegetWallClockTime()-
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
-
CMSConcurrentEvent
protected CMSConcurrentEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration, double cpuTime, double wallClockTime)
-
-