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