public interface BeeConnectionPoolMonitorVo
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDsId() |
String |
getDsUUID() |
String |
getHostIP() |
int |
getIdleSize() |
int |
getPoolMaxSize() |
String |
getPoolMode() |
String |
getPoolName() |
int |
getPoolState() |
int |
getSemaphoreWaitingSize() |
long |
getThreadId() |
String |
getThreadName() |
int |
getTransferWaitingSize() |
int |
getUsingSize() |
String getDsId()
String getDsUUID()
String getHostIP()
long getThreadId()
String getThreadName()
String getPoolName()
String getPoolMode()
int getPoolMaxSize()
int getPoolState()
int getIdleSize()
int getUsingSize()
int getSemaphoreWaitingSize()
int getTransferWaitingSize()
Copyright © 2023. All rights reserved.