public class ExecPoolStatistic extends Object
| Constructor and Description |
|---|
ExecPoolStatistic() |
ExecPoolStatistic(int execPoolSize,
int execPoolActiveCount,
int execPoolWorkQueueSize) |
| Modifier and Type | Method and Description |
|---|---|
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.