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