public interface IThreadPoolMBean
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getActiveCount() |
long |
getCompletedTaskCount() |
int |
getCorePoolSize() |
int |
getLargestPoolSize() |
int |
getMaximumPoolSize() |
int |
getPoolSize() |
Queue<Runnable> |
getQueue() |
int |
getQueueLength() |
long |
getTaskCount() |
boolean |
prestartCoreThread() |
int getCorePoolSize()
boolean prestartCoreThread()
int getMaximumPoolSize()
int getQueueLength()
int getPoolSize()
int getActiveCount()
int getLargestPoolSize()
long getTaskCount()
long getCompletedTaskCount()
Copyright © 2022 The Apache Software Foundation. All rights reserved.