Class RuntimeKit

java.lang.Object
com.iohao.net.common.kit.RuntimeKit

public final class RuntimeKit extends Object
Runtime environment utilities.
Since:
21.7
Author:
渔民小镇
date:
2024-05-01
  • Field Details

    • availableProcessors

      public static int availableProcessors
      Number of available processors reported by the runtime.
    • availableProcessors2n

      public static int availableProcessors2n
      The largest power of 2 that does not exceed availableProcessors.

      For example, when availableProcessors is 4, 8, 12, 16, or 32, the corresponding value is 4, 8, 8, 16, or 32.