Uses of Enum 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 CPUMethods in io.smallrye.common.cpu that return CPUModifier and TypeMethodDescriptionstatic CPUNames are compared case-insensitively.static CPUCPU.forNameOrNull(String name) Names are compared case-insensitively.static CPUCPU.host()static CPUReturns the enum constant of this class with the specified name.static CPU[]CPU.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.common.cpu that return types with arguments of type CPUModifier and TypeMethodDescriptionCPU.forNameOpt(String name) Names are compared case-insensitively.