Uses of Class
io.smallrye.common.cpu.CPU
-
-
Uses of CPU in io.smallrye.common.cpu
Fields in io.smallrye.common.cpu with type parameters of type CPU Modifier and Type Field Description static List<CPU>CPU. valuesAll of the possible CPU values, in order.Methods in io.smallrye.common.cpu that return CPU Modifier and Type Method Description static CPUCPU. forName(String name)Names are compared case-insensitively.static CPUCPU. forNameOrNull(String name)Names are compared case-insensitively.static CPUCPU. host()static CPUCPU. valueOf(String name)Returns the enum constant of this type with the specified name.static CPU[]CPU. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.common.cpu that return types with arguments of type CPU Modifier and Type Method Description static Optional<CPU>CPU. forNameOpt(String name)Names are compared case-insensitively.
-