Package com.zaxxer.hikari.metrics
Interface MetricsTrackerFactory
- 
 public interface MetricsTrackerFactory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IMetricsTrackercreate(java.lang.String poolName, PoolStats poolStats)Create an instance of an IMetricsTracker.
 
- 
- 
- 
Method Detail- 
createIMetricsTracker create(java.lang.String poolName, PoolStats poolStats) Create an instance of an IMetricsTracker.- Parameters:
- poolName- the name of the pool
- poolStats- a PoolStats instance to use
- Returns:
- a IMetricsTracker implementation instance
 
 
- 
 
-