Uses of Class
com.microsoft.gctoolkit.event.GarbageCollectionTypes
-
-
Uses of GarbageCollectionTypes in com.microsoft.gctoolkit.event
Methods in com.microsoft.gctoolkit.event that return GarbageCollectionTypes Modifier and Type Method Description static GarbageCollectionTypesGarbageCollectionTypes. fromLabel(String label)GarbageCollectionTypesGCEvent. getGarbageCollectionType()static GarbageCollectionTypesGarbageCollectionTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static GarbageCollectionTypes[]GarbageCollectionTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.gctoolkit.event with parameters of type GarbageCollectionTypes Constructor Description GCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, double duration)GCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, GCCause cause, double duration) -
Uses of GarbageCollectionTypes in com.microsoft.gctoolkit.event.g1gc
Methods in com.microsoft.gctoolkit.event.g1gc that return GarbageCollectionTypes Modifier and Type Method Description GarbageCollectionTypesG1Trap. getGarbageCollectionType()Constructors in com.microsoft.gctoolkit.event.g1gc with parameters of type GarbageCollectionTypes Constructor Description G1FullGC(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double pauseTime)G1FullGCNES(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double pauseTime)G1GCConcurrentEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)G1GCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, double duration)G1GCEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)G1GCPauseEvent(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)G1RealPause(DateTimeStamp timeStamp, GarbageCollectionTypes type, GCCause cause, double duration)G1Young(DateTimeStamp dateTimeStamp, GarbageCollectionTypes gcType, GCCause gcCause, double pauseTime) -
Uses of GarbageCollectionTypes in com.microsoft.gctoolkit.event.generational
-
Uses of GarbageCollectionTypes in com.microsoft.gctoolkit.event.shenandoah
Constructors in com.microsoft.gctoolkit.event.shenandoah with parameters of type GarbageCollectionTypes Constructor Description ShenandoahCycle(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, double duration)ShenandoahCycle(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, GCCause cause, double duration) -
Uses of GarbageCollectionTypes in com.microsoft.gctoolkit.event.zgc
Constructors in com.microsoft.gctoolkit.event.zgc with parameters of type GarbageCollectionTypes Constructor Description FullZGCCycle(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, GCCause cause, double duration, ZGCCycle delegate)MajorZGCCycle(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, double duration)MajorZGCCycle(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, GCCause cause, double duration)MinorZGCCycle(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, double duration)MinorZGCCycle(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, GCCause cause, double duration)
-