Uses of Class
com.microsoft.gctoolkit.event.zgc.ZGCConcurrentPhases
-
Packages that use ZGCConcurrentPhases Package Description com.microsoft.gctoolkit.event.zgc -
-
Uses of ZGCConcurrentPhases in com.microsoft.gctoolkit.event.zgc
Methods in com.microsoft.gctoolkit.event.zgc that return ZGCConcurrentPhases Modifier and Type Method Description static ZGCConcurrentPhasesZGCConcurrentPhases. fromLabel(String label)static ZGCConcurrentPhasesZGCConcurrentPhases. valueOf(String name)Returns the enum constant of this type with the specified name.static ZGCConcurrentPhases[]ZGCConcurrentPhases. values()Returns an array containing the constants of this enum type, in the order they are declared.
-