All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description CodahaleHealthChecker Provides Dropwizard HealthChecks.CodahaleMetricsTrackerFactory Credentials A simple class to hold connection credentials and is designed to be immutable.Dropwizard5MetricsTrackerFactory HikariConfig HikariConfigMXBean The javax.management MBean for a Hikari pool configuration.HikariDataSource The HikariCP pooled DataSource.HikariJNDIFactory A JNDI factory that produces HikariDataSource instances.HikariPoolMXBean The javax.management MBean for a Hikari pool instance.IMetricsTracker MetricsTracker Deprecated. MetricsTrackerFactory MicrometerMetricsTrackerFactory PoolStats PrometheusHistogramMetricsTrackerFactory HikariConfig config = new HikariConfig(); config.setMetricsTrackerFactory(new PrometheusHistogramMetricsTrackerFactory());PrometheusMetricsTrackerFactory HikariConfig config = new HikariConfig(); config.setMetricsTrackerFactory(new PrometheusMetricsTrackerFactory());ProxyCallableStatement This is the proxy class forCallableStatement.ProxyConnection This is the proxy class forConnection.ProxyDatabaseMetaData This is the proxy class forDatabaseMetaData.ProxyFactory A factory class that produces proxies around instances of the standard JDBC interfaces.ProxyPreparedStatement This is the proxy class forPreparedStatement.ProxyResultSet This is the proxy class forResultSet.ProxyStatement This is the proxy class forStatement.SQLExceptionOverride Users can implement this interface to override the default SQLException handling of HikariCP.SQLExceptionOverride.Override