public interface PoolMBean
| Modifier and Type | Method and Description |
|---|---|
long |
getActiveConnections()
get pool active connection number
|
long |
getConnectionRequests()
get connection waiting request number
|
long |
getIdleConnections()
get idle connection number
|
long |
getTotalConnections()
get pool total connection
|
long getActiveConnections()
long getTotalConnections()
long getIdleConnections()
long getConnectionRequests()
Copyright © 2025 SingleStore. All rights reserved.