- getActiveConnections() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- getActiveConnections() - Method in class com.zaxxer.hikari.metrics.PoolStats
-
- getCatalog() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the default catalog name to be set on connections.
- getConnection() - Method in class com.zaxxer.hikari.HikariDataSource
- getConnection(String, String) - Method in class com.zaxxer.hikari.HikariDataSource
- getConnectionInitSql() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the SQL string that will be executed on all new connections when they are
created, before they are added to the pool.
- getConnectionTestQuery() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the SQL query to be executed to test the validity of connections.
- getConnectionTimeout() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the maximum number of milliseconds that a client will wait for a connection from the pool.
- getConnectionTimeout() - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
Get the maximum number of milliseconds that a client will wait for a connection from the pool.
- getDataSource() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the
DataSource
that has been explicitly specified to be wrapped by the
pool.
- getDataSourceClassName() - Method in class com.zaxxer.hikari.HikariConfig
-
- getDataSourceJNDI() - Method in class com.zaxxer.hikari.HikariConfig
-
- getDataSourceProperties() - Method in class com.zaxxer.hikari.HikariConfig
-
- getDriverClassName() - Method in class com.zaxxer.hikari.HikariConfig
-
- getHealthCheckProperties() - Method in class com.zaxxer.hikari.HikariConfig
-
- getHealthCheckRegistry() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the Codahale HealthCheckRegistry, could be null.
- getHikariConfigMXBean() - Method in class com.zaxxer.hikari.HikariDataSource
-
Get the HikariConfigMXBean
for this HikariDataSource instance.
- getHikariPoolMXBean() - Method in class com.zaxxer.hikari.HikariDataSource
-
Get the HikariPoolMXBean
for this HikariDataSource instance.
- getIdleConnections() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- getIdleConnections() - Method in class com.zaxxer.hikari.metrics.PoolStats
-
- getIdleTimeout() - Method in class com.zaxxer.hikari.HikariConfig
-
This property controls the maximum amount of time (in milliseconds) that a connection is allowed to sit
idle in the pool.
- getIdleTimeout() - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
This property controls the maximum amount of time (in milliseconds) that a connection is allowed to sit
idle in the pool.
- getInitializationFailTimeout() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the pool initialization failure timeout.
- getJdbcUrl() - Method in class com.zaxxer.hikari.HikariConfig
-
- getLeakDetectionThreshold() - Method in class com.zaxxer.hikari.HikariConfig
-
This property controls the amount of time that a connection can be out of the pool before a message is
logged indicating a possible connection leak.
- getLeakDetectionThreshold() - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
This property controls the amount of time that a connection can be out of the pool before a message is
logged indicating a possible connection leak.
- getLoginTimeout() - Method in class com.zaxxer.hikari.HikariDataSource
- getLogWriter() - Method in class com.zaxxer.hikari.HikariDataSource
- getMaximumPoolSize() - Method in class com.zaxxer.hikari.HikariConfig
-
The property controls the maximum number of connections that HikariCP will keep in the pool,
including both idle and in-use connections.
- getMaximumPoolSize() - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
The property controls the maximum number of connections that HikariCP will keep in the pool,
including both idle and in-use connections.
- getMaxLifetime() - Method in class com.zaxxer.hikari.HikariConfig
-
This property controls the maximum lifetime of a connection in the pool.
- getMaxLifetime() - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
This property controls the maximum lifetime of a connection in the pool.
- getMetricRegistry() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the Codahale MetricRegistry, could be null.
- getMetricsTrackerFactory() - Method in class com.zaxxer.hikari.HikariConfig
-
- getMinimumIdle() - Method in class com.zaxxer.hikari.HikariConfig
-
The property controls the maximum size that the pool is allowed to reach, including both idle and in-use
connections.
- getMinimumIdle() - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
The property controls the maximum size that the pool is allowed to reach, including both idle and in-use
connections.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class com.zaxxer.hikari.HikariJNDIFactory
-
- getParentLogger() - Method in class com.zaxxer.hikari.HikariDataSource
- getPassword() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the default password to use for DataSource.getConnection(username, password) calls.
- getPendingThreads() - Method in class com.zaxxer.hikari.metrics.PoolStats
-
- getPoolName() - Method in class com.zaxxer.hikari.HikariConfig
-
The name of the connection pool.
- getPoolName() - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
The name of the connection pool.
- getScheduledExecutor() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the ScheduledExecutorService used for housekeeping.
- getScheduledExecutorService() - Method in class com.zaxxer.hikari.HikariConfig
-
Deprecated.
- getSchema() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the default schema name to be set on connections.
- getThreadFactory() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the thread factory used to create threads.
- getThreadsAwaitingConnection() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- getTotalConnections() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- getTotalConnections() - Method in class com.zaxxer.hikari.metrics.PoolStats
-
- getTransactionIsolation() - Method in class com.zaxxer.hikari.HikariConfig
-
- getUsername() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the default username used for DataSource.getConnection(username, password) calls.
- getValidationTimeout() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the maximum number of milliseconds that the pool will wait for a connection to be validated as
alive.
- getValidationTimeout() - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
Get the maximum number of milliseconds that the pool will wait for a connection to be validated as
alive.
- setAllowPoolSuspension(boolean) - Method in class com.zaxxer.hikari.HikariConfig
-
Set whether or not pool suspension is allowed.
- setAutoCommit(boolean) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the default auto-commit behavior of connections in the pool.
- setCatalog(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the default catalog name to be set on connections.
- setConnectionInitSql(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the SQL string that will be executed on all new connections when they are
created, before they are added to the pool.
- setConnectionTestQuery(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the SQL query to be executed to test the validity of connections.
- setConnectionTimeout(long) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the maximum number of milliseconds that a client will wait for a connection from the pool.
- setConnectionTimeout(long) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
Set the maximum number of milliseconds that a client will wait for a connection from the pool.
- setDataSource(DataSource) - Method in class com.zaxxer.hikari.HikariConfig
-
- setDataSourceClassName(String) - Method in class com.zaxxer.hikari.HikariConfig
-
- setDataSourceJNDI(String) - Method in class com.zaxxer.hikari.HikariConfig
-
- setDataSourceProperties(Properties) - Method in class com.zaxxer.hikari.HikariConfig
-
- setDriverClassName(String) - Method in class com.zaxxer.hikari.HikariConfig
-
- setHealthCheckProperties(Properties) - Method in class com.zaxxer.hikari.HikariConfig
-
- setHealthCheckRegistry(Object) - Method in class com.zaxxer.hikari.HikariConfig
-
Set a Codahale HealthCheckRegistry to use for HikariCP.
- setHealthCheckRegistry(Object) - Method in class com.zaxxer.hikari.HikariDataSource
-
Set a Codahale HealthCheckRegistry to use for HikariCP.
- setIdleTimeout(long) - Method in class com.zaxxer.hikari.HikariConfig
-
This property controls the maximum amount of time (in milliseconds) that a connection is allowed to sit
idle in the pool.
- setIdleTimeout(long) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
This property controls the maximum amount of time (in milliseconds) that a connection is allowed to sit
idle in the pool.
- setInitializationFailFast(boolean) - Method in class com.zaxxer.hikari.HikariConfig
-
Deprecated.
- setInitializationFailTimeout(long) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the pool initialization failure timeout.
- setIsolateInternalQueries(boolean) - Method in class com.zaxxer.hikari.HikariConfig
-
- setJdbc4ConnectionTest(boolean) - Method in class com.zaxxer.hikari.HikariConfig
-
Deprecated.
- setJdbcUrl(String) - Method in class com.zaxxer.hikari.HikariConfig
-
- setLeakDetectionThreshold(long) - Method in class com.zaxxer.hikari.HikariConfig
-
This property controls the amount of time that a connection can be out of the pool before a message is
logged indicating a possible connection leak.
- setLeakDetectionThreshold(long) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
This property controls the amount of time that a connection can be out of the pool before a message is
logged indicating a possible connection leak.
- setLoginTimeout(int) - Method in class com.zaxxer.hikari.HikariDataSource
- setLogWriter(PrintWriter) - Method in class com.zaxxer.hikari.HikariDataSource
- setMaximumPoolSize(int) - Method in class com.zaxxer.hikari.HikariConfig
-
The property controls the maximum size that the pool is allowed to reach, including both idle and in-use
connections.
- setMaximumPoolSize(int) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
The property controls the maximum size that the pool is allowed to reach, including both idle and in-use
connections.
- setMaxLifetime(long) - Method in class com.zaxxer.hikari.HikariConfig
-
This property controls the maximum lifetime of a connection in the pool.
- setMaxLifetime(long) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
This property controls the maximum lifetime of a connection in the pool.
- setMetricRegistry(Object) - Method in class com.zaxxer.hikari.HikariConfig
-
Set a Codahale MetricRegistry to use for HikariCP.
- setMetricRegistry(Object) - Method in class com.zaxxer.hikari.HikariDataSource
-
Set a Codahale MetricRegistry to use for HikariCP.
- setMetricsTrackerFactory(MetricsTrackerFactory) - Method in class com.zaxxer.hikari.HikariConfig
-
- setMetricsTrackerFactory(MetricsTrackerFactory) - Method in class com.zaxxer.hikari.HikariDataSource
- setMinimumIdle(int) - Method in class com.zaxxer.hikari.HikariConfig
-
The property controls the minimum number of idle connections that HikariCP tries to maintain in the pool,
including both idle and in-use connections.
- setMinimumIdle(int) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
The property controls the minimum number of idle connections that HikariCP tries to maintain in the pool,
including both idle and in-use connections.
- setPassword(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the default password to use for DataSource.getConnection(username, password) calls.
- setPassword(String) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
Set the password used for authentication.
- setPoolName(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the name of the connection pool.
- setReadOnly(boolean) - Method in class com.zaxxer.hikari.HikariConfig
-
- setRegisterMbeans(boolean) - Method in class com.zaxxer.hikari.HikariConfig
-
- setScheduledExecutor(ScheduledExecutorService) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the ScheduledExecutorService used for housekeeping.
- setScheduledExecutorService(ScheduledThreadPoolExecutor) - Method in class com.zaxxer.hikari.HikariConfig
-
Deprecated.
- setSchema(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the default schema name to be set on connections.
- setThreadFactory(ThreadFactory) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the thread factory to be used to create threads.
- setTransactionIsolation(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the default transaction isolation level.
- setUsername(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the default username used for DataSource.getConnection(username, password) calls.
- setUsername(String) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
Set the username used for authentication.
- setValidationTimeout(long) - Method in class com.zaxxer.hikari.HikariConfig
-
Sets the maximum number of milliseconds that the pool will wait for a connection to be validated as
alive.
- setValidationTimeout(long) - Method in interface com.zaxxer.hikari.HikariConfigMXBean
-
Sets the maximum number of milliseconds that the pool will wait for a connection to be validated as
alive.
- shutdown() - Method in class com.zaxxer.hikari.HikariDataSource
-
- softEvictConnections() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- suspendPool() - Method in class com.zaxxer.hikari.HikariDataSource
-
- suspendPool() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-