类 ProcessInfo.VirtualThreadsInfo
java.lang.Object
org.springframework.boot.info.ProcessInfo.VirtualThreadsInfo
- 封闭类:
ProcessInfo
Virtual threads information.
- 从以下版本开始:
- 3.5.0
-
方法概要
-
方法详细资料
-
getMounted
public int getMounted() -
getQueued
public long getQueued() -
getParallelism
public int getParallelism() -
getPoolSize
public int getPoolSize()
-