java.lang.Object
io.smallrye.common.cpu.ProcessorInfo
Provides general information about the processors on this host (Java 9 version).
-
Method Summary
Modifier and TypeMethodDescriptionstatic intReturns the number of available processors.
-
Method Details
-
availableProcessors
public static int availableProcessors()Returns the number of available processors.- Returns:
- the number of available processors
-