Interface ConnectionPoolMetrics
public interface ConnectionPoolMetrics
- Author:
- Mladen Cikara
-
Method Summary
Modifier and TypeMethodDescriptionint
int
-
Method Details
-
getConnectionPoolName
String getConnectionPoolName() -
getNumActive
int getNumActive() -
getNumIdle
int getNumIdle()
-