Package org.mariadb.jdbc.pool
Interface PoolMBean
-
- All Known Implementing Classes:
Pool
public interface PoolMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getActiveConnections()
long
getConnectionRequests()
long
getIdleConnections()
long
getTotalConnections()
-