Module com.microsoft.gctoolkit.api
Class ConcurrentCreateLiveData
- 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.ConcurrentCreateLiveData
-
public class ConcurrentCreateLiveData extends G1GCConcurrentEvent
Concurrent phase: Create Live Data
-
-
Constructor Summary
Constructors Constructor Description ConcurrentCreateLiveData(DateTimeStamp timeStamp, double duration)ConcurrentCreateLiveData(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
-
ConcurrentCreateLiveData
public ConcurrentCreateLiveData(DateTimeStamp timeStamp, double duration)
- Parameters:
timeStamp- time of the eventduration- duration of the event
-
ConcurrentCreateLiveData
public ConcurrentCreateLiveData(DateTimeStamp timeStamp, GCCause cause, double duration)
- Parameters:
timeStamp- time of the eventcause- reason to trigger the eventduration- duration of the event
-
-