public class ExecPoolStatistic extends Object
| 构造器和说明 |
|---|
ExecPoolStatistic() |
ExecPoolStatistic(int execPoolSize,
int execPoolActiveCount,
int execPoolWorkQueueSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
getExecPoolActiveCount() |
int |
getExecPoolSize() |
int |
getExecPoolWorkQueueSize() |
int |
hashCode() |
void |
setExecPoolActiveCount(int execPoolActiveCount) |
void |
setExecPoolSize(int execPoolSize) |
void |
setExecPoolWorkQueueSize(int execPoolWorkQueueSize) |
String |
toString() |
public ExecPoolStatistic()
public ExecPoolStatistic(int execPoolSize,
int execPoolActiveCount,
int execPoolWorkQueueSize)
public int getExecPoolSize()
public void setExecPoolSize(int execPoolSize)
public int getExecPoolActiveCount()
public void setExecPoolActiveCount(int execPoolActiveCount)
public int getExecPoolWorkQueueSize()
public void setExecPoolWorkQueueSize(int execPoolWorkQueueSize)
Copyright © 2023 The Apache Software Foundation. All rights reserved.