Uses of Class
com.microsoft.gctoolkit.event.zgc.ZGCPhase
-
Packages that use ZGCPhase Package Description com.microsoft.gctoolkit.event.zgc -
-
Uses of ZGCPhase in com.microsoft.gctoolkit.event.zgc
Methods in com.microsoft.gctoolkit.event.zgc that return ZGCPhase Modifier and Type Method Description static ZGCPhaseZGCPhase. get(String label)ZGCPhaseFullZGCCycle. getPhase()ZGCPhaseZGCCycle. getPhase()static ZGCPhaseZGCPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static ZGCPhase[]ZGCPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.gctoolkit.event.zgc with parameters of type ZGCPhase Modifier and Type Method Description voidZGCCycle. setPhase(ZGCPhase phase)
-