Module com.microsoft.gctoolkit.api
Class ConcurrentSweep
- 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
-
- com.microsoft.gctoolkit.event.generational.ConcurrentSweep
-
- All Implemented Interfaces:
CMSPhase
public class ConcurrentSweep extends CMSConcurrentEvent
-
-
Constructor Summary
Constructors Constructor Description ConcurrentSweep(DateTimeStamp timeStamp, double duration, double cpuTime, double wallClockTime)
-
Method Summary
-
Methods inherited from class com.microsoft.gctoolkit.event.generational.CMSConcurrentEvent
getCpuTime, getWallClockTime
-
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
-
ConcurrentSweep
public ConcurrentSweep(DateTimeStamp timeStamp, double duration, double cpuTime, double wallClockTime)
-
-