public interface ConnectionPoolStatisticsIF
ProxoolFacade.
String alias = "myPool"; ConnectionPoolStatisticsIF cps = ProxoolFacade.getConnectionPoolStatistics(alias);
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getActiveConnectionCount()
The number of connections currently in use.
|
int |
getAvailableConnectionCount()
The number of connections that are available for use (doesn't include
active connections).
|
long |
getConnectionCount() |
long |
getConnectionsRefusedCount()
The number of connections refused.
|
long |
getConnectionsServedCount()
The number of connections provided.
|
Date |
getDateStarted()
When this pool was started
|
int |
getOfflineConnectionCount()
The number of connections that are neither active or available.
|
long getConnectionsServedCount()
long getConnectionsRefusedCount()
int getActiveConnectionCount()
int getAvailableConnectionCount()
int getOfflineConnectionCount()
Date getDateStarted()
long getConnectionCount()
Copyright © 2024. All rights reserved.