Uses of Class
com.microsoft.gctoolkit.event.zgc.ZGCCycle
-
Packages that use ZGCCycle Package Description com.microsoft.gctoolkit.event.zgc -
-
Uses of ZGCCycle in com.microsoft.gctoolkit.event.zgc
Methods in com.microsoft.gctoolkit.event.zgc that return ZGCCycle Modifier and Type Method Description ZGCCycleMajorZGCCycle. getOldCycle()ZGCCycleMajorZGCCycle. getYoungCycle()ZGCCycleMinorZGCCycle. getYoungCycle()Methods in com.microsoft.gctoolkit.event.zgc with parameters of type ZGCCycle Modifier and Type Method Description voidMajorZGCCycle. setOldCycle(ZGCCycle oldCycle)voidMajorZGCCycle. setYoungCycle(ZGCCycle youngCycle)voidMinorZGCCycle. setYoungCycle(ZGCCycle youngCycle)voidFullZGCCycle. setZGCCycle(ZGCCycle zgcCycle)Constructors in com.microsoft.gctoolkit.event.zgc with parameters of type ZGCCycle Constructor Description FullZGCCycle(DateTimeStamp timeStamp, GarbageCollectionTypes gcType, GCCause cause, double duration, ZGCCycle delegate)
-