public interface HikariPoolMonitorMXBean
Modifier and Type | Method and Description |
---|---|
int |
getActiveConnections() |
int |
getIdleConnections() |
int |
getThreadsAwaitingConnection() |
int |
getTotalConnections() |
void |
resumePool() |
void |
softEvictConnections() |
void |
suspendPool() |
int getIdleConnections()
int getActiveConnections()
int getTotalConnections()
int getThreadsAwaitingConnection()
void softEvictConnections()
void suspendPool()
void resumePool()