Package com.zaxxer.hikari.metrics
Class PoolStats
- java.lang.Object
- 
- com.zaxxer.hikari.metrics.PoolStats
 
- 
 public abstract class PoolStats extends java.lang.Object- Author:
- Brett Wooldridge
 
- 
- 
Constructor SummaryConstructors Constructor Description PoolStats(long timeoutMs)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActiveConnections()intgetIdleConnections()intgetMaxConnections()intgetMinConnections()intgetPendingThreads()intgetTotalConnections()
 
- 
- 
- 
Method Detail- 
getTotalConnectionspublic int getTotalConnections() 
 - 
getIdleConnectionspublic int getIdleConnections() 
 - 
getActiveConnectionspublic int getActiveConnections() 
 - 
getPendingThreadspublic int getPendingThreads() 
 - 
getMaxConnectionspublic int getMaxConnections() 
 - 
getMinConnectionspublic int getMinConnections() 
 
- 
 
-