Module com.microsoft.gctoolkit.api
Class G1ConcurrentCleanup
- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.GCEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1GCEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1GCConcurrentEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1ConcurrentCleanup
-
public class G1ConcurrentCleanup extends G1GCConcurrentEvent
Concurrent phase
-
-
Constructor Summary
Constructors Constructor Description G1ConcurrentCleanup(DateTimeStamp timeStamp, double duration)G1ConcurrentCleanup(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
-
G1ConcurrentCleanup
public G1ConcurrentCleanup(DateTimeStamp timeStamp, double duration)
- Parameters:
timeStamp- time of the eventduration- duration of the event
-
G1ConcurrentCleanup
public G1ConcurrentCleanup(DateTimeStamp timeStamp, GCCause cause, double duration)
- Parameters:
timeStamp- time of the eventcause- reason to trigger the eventduration- duration of the event
-
-