- elapsedDisplayString(long, long) - Method in interface com.zaxxer.hikari.util.ClockSource
-
Get a String representation of the elapsed time in appropriate magnitude terminology.
- elapsedDisplayString(long, long) - Method in class com.zaxxer.hikari.util.ClockSource.NanosecondClockSource
-
Get a String representation of the elapsed time in appropriate magnitude terminology.
- elapsedMillis(long) - Method in interface com.zaxxer.hikari.util.ClockSource
-
Convert an opaque time-stamp returned by currentTime() into an
elapsed time in milliseconds, based on the current instant in time.
- elapsedMillis(long, long) - Method in interface com.zaxxer.hikari.util.ClockSource
-
Get the difference in milliseconds between two opaque time-stamps returned
by currentTime().
- elapsedMillis(long) - Method in class com.zaxxer.hikari.util.ClockSource.MillisecondClockSource
-
Convert an opaque time-stamp returned by currentTime() into an
elapsed time in milliseconds, based on the current instant in time.
- elapsedMillis(long, long) - Method in class com.zaxxer.hikari.util.ClockSource.MillisecondClockSource
-
Get the difference in milliseconds between two opaque time-stamps returned
by currentTime().
- elapsedMillis(long) - Method in class com.zaxxer.hikari.util.ClockSource.NanosecondClockSource
-
Convert an opaque time-stamp returned by currentTime() into an
elapsed time in milliseconds, based on the current instant in time.
- elapsedMillis(long, long) - Method in class com.zaxxer.hikari.util.ClockSource.NanosecondClockSource
-
Get the difference in milliseconds between two opaque time-stamps returned
by currentTime().
- elapsedNanos(long) - Method in interface com.zaxxer.hikari.util.ClockSource
-
Convert an opaque time-stamp returned by currentTime() into an
elapsed time in milliseconds, based on the current instant in time.
- elapsedNanos(long, long) - Method in interface com.zaxxer.hikari.util.ClockSource
-
Get the difference in nanoseconds between two opaque time-stamps returned
by currentTime().
- elapsedNanos(long) - Method in class com.zaxxer.hikari.util.ClockSource.MillisecondClockSource
-
Convert an opaque time-stamp returned by currentTime() into an
elapsed time in milliseconds, based on the current instant in time.
- elapsedNanos(long, long) - Method in class com.zaxxer.hikari.util.ClockSource.MillisecondClockSource
-
Get the difference in nanoseconds between two opaque time-stamps returned
by currentTime().
- elapsedNanos(long) - Method in class com.zaxxer.hikari.util.ClockSource.NanosecondClockSource
-
Convert an opaque time-stamp returned by currentTime() into an
elapsed time in milliseconds, based on the current instant in time.
- elapsedNanos(long, long) - Method in class com.zaxxer.hikari.util.ClockSource.NanosecondClockSource
-
Get the difference in nanoseconds between two opaque time-stamps returned
by currentTime().
- evictConnection(Connection) - Method in class com.zaxxer.hikari.HikariDataSource
-
Evict a connection from the pool.
- evictConnection(Connection) - Method in class com.zaxxer.hikari.pool.HikariPool
-
Evict a connection from the pool.
- execute() - Method in class com.zaxxer.hikari.pool.ProxyPreparedStatement
- execute(String) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- execute(String, int) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- execute(String, int[]) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- execute(String, String[]) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- executeBatch() - Method in class com.zaxxer.hikari.pool.ProxyStatement
- executeQuery() - Method in class com.zaxxer.hikari.pool.ProxyPreparedStatement
- executeQuery(String) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- executeUpdate() - Method in class com.zaxxer.hikari.pool.ProxyPreparedStatement
- executeUpdate(String) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- executeUpdate(String, int) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- executeUpdate(String, int[]) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- executeUpdate(String, String[]) - Method in class com.zaxxer.hikari.pool.ProxyStatement
- get() - Method in class com.zaxxer.hikari.pool.HikariPool.CompletableFuture
-
- get(long, TimeUnit) - Method in class com.zaxxer.hikari.pool.HikariPool.CompletableFuture
-
- get(int) - Method in class com.zaxxer.hikari.util.FastList
-
Get the element at the specified index.
- getActiveConnections() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- getActiveConnections() - Method in class com.zaxxer.hikari.metrics.PoolStats
-
- getActiveConnections() - Method in class com.zaxxer.hikari.pool.HikariPool
- 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.hibernate.HikariConnectionProvider
-
- getConnection() - Method in class com.zaxxer.hikari.HikariDataSource
- getConnection(String, String) - Method in class com.zaxxer.hikari.HikariDataSource
- getConnection() - Method in class com.zaxxer.hikari.pool.HikariPool
-
Get a connection from the pool, or timeout after connectionTimeout milliseconds.
- getConnection(long) - Method in class com.zaxxer.hikari.pool.HikariPool
-
Get a connection from the pool, or timeout after the specified number of milliseconds.
- getConnection() - Method in class com.zaxxer.hikari.pool.ProxyStatement
- getConnection() - Method in class com.zaxxer.hikari.util.DriverDataSource
-
- getConnection(String, String) - Method in class com.zaxxer.hikari.util.DriverDataSource
-
- getConnectionAcquisitionTimer() - Method in class com.zaxxer.hikari.metrics.dropwizard.CodaHaleMetricsTracker
-
- getConnectionDurationHistogram() - Method in class com.zaxxer.hikari.metrics.dropwizard.CodaHaleMetricsTracker
-
- 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.
- getCount(int) - Method in class com.zaxxer.hikari.util.ConcurrentBag
-
Get a count of the number of items in the specified state at the time of this call.
- 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
-
- getIdleConnections() - Method in class com.zaxxer.hikari.pool.HikariPool
- 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
- getLoginTimeout() - Method in class com.zaxxer.hikari.util.DriverDataSource
-
- getLogWriter() - Method in class com.zaxxer.hikari.HikariDataSource
- getLogWriter() - Method in class com.zaxxer.hikari.util.DriverDataSource
-
- 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.
- getNullIfEmpty(String) - Static method in class com.zaxxer.hikari.util.UtilityElf
-
Check whether the provided String is empty or null
and return a
null
in either case, otherwise return the trimmed String.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class com.zaxxer.hikari.HikariJNDIFactory
-
- getParentLogger() - Method in class com.zaxxer.hikari.HikariDataSource
- getParentLogger() - Method in class com.zaxxer.hikari.util.DriverDataSource
-
- 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.
- getProperty(String, Object) - Static method in class com.zaxxer.hikari.util.PropertyElf
-
- getPropertyNames(Class<?>) - Static method in class com.zaxxer.hikari.util.PropertyElf
-
Get the bean-style property names for the specified object.
- getRegistry() - Method in class com.zaxxer.hikari.metrics.dropwizard.CodahaleMetricsTrackerFactory
-
- getResultSet() - Method in class com.zaxxer.hikari.pool.ProxyStatement
- getScheduledExecutor() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the ScheduledExecutorService used for housekeeping.
- getScheduledExecutorService() - Method in class com.zaxxer.hikari.HikariConfig
-
Deprecated.
- getSourceTimeUnit() - Method in interface com.zaxxer.hikari.util.ClockSource
-
Get the TimeUnit the ClockSource is denominated in.
- getSourceTimeUnit() - Method in class com.zaxxer.hikari.util.ClockSource.MillisecondClockSource
-
Get the TimeUnit the ClockSource is denominated in.
- getSourceTimeUnit() - Method in class com.zaxxer.hikari.util.ClockSource.NanosecondClockSource
-
Get the TimeUnit the ClockSource is denominated in.
- getState() - Method in interface com.zaxxer.hikari.util.ConcurrentBag.IConcurrentBagEntry
-
- getStatement() - Method in class com.zaxxer.hikari.pool.ProxyResultSet
- getThreadFactory() - Method in class com.zaxxer.hikari.HikariConfig
-
Get the thread factory used to create threads.
- getThreadsAwaitingConnection() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- getThreadsAwaitingConnection() - Method in class com.zaxxer.hikari.pool.HikariPool
- getTotalConnections() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- getTotalConnections() - Method in class com.zaxxer.hikari.metrics.PoolStats
-
- getTotalConnections() - Method in class com.zaxxer.hikari.pool.HikariPool
- getTransactionIsolation() - Method in class com.zaxxer.hikari.HikariConfig
-
- getTransactionIsolation(String) - Static method in class com.zaxxer.hikari.util.UtilityElf
-
Get the int value of a transaction isolation level by name.
- 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.
- getWaitingThreadCount() - Method in class com.zaxxer.hikari.util.ConcurrentBag
-
Get the number of threads pending (waiting) for an item from the
bag to become available.
- set(int, T) - Method in class com.zaxxer.hikari.util.FastList
- 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.
- setAutoCommit(boolean) - Method in class com.zaxxer.hikari.pool.ProxyConnection
- setCatalog(String) - Method in class com.zaxxer.hikari.HikariConfig
-
Set the default catalog name to be set on connections.
- setCatalog(String) - Method in class com.zaxxer.hikari.pool.ProxyConnection
- 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.
- setHealthCheckRegistry(Object) - Method in class com.zaxxer.hikari.pool.HikariPool
-
- 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
-
- 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
- setLoginTimeout(int) - Method in class com.zaxxer.hikari.util.DriverDataSource
-
- setLogWriter(PrintWriter) - Method in class com.zaxxer.hikari.HikariDataSource
- setLogWriter(PrintWriter) - Method in class com.zaxxer.hikari.util.DriverDataSource
-
- 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.
- setMetricRegistry(Object) - Method in class com.zaxxer.hikari.pool.HikariPool
-
- setMetricsTrackerFactory(MetricsTrackerFactory) - Method in class com.zaxxer.hikari.HikariConfig
-
- setMetricsTrackerFactory(MetricsTrackerFactory) - Method in class com.zaxxer.hikari.HikariDataSource
- setMetricsTrackerFactory(MetricsTrackerFactory) - Method in class com.zaxxer.hikari.pool.HikariPool
-
- 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.
- setNetworkTimeout(Executor, int) - Method in class com.zaxxer.hikari.pool.ProxyConnection
- 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
-
- setReadOnly(boolean) - Method in class com.zaxxer.hikari.pool.ProxyConnection
- 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.
- setState(int) - Method in interface com.zaxxer.hikari.util.ConcurrentBag.IConcurrentBagEntry
-
- setTargetFromProperties(Object, Properties) - Static method in class com.zaxxer.hikari.util.PropertyElf
-
- 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.
- setTransactionIsolation(int) - Method in class com.zaxxer.hikari.pool.ProxyConnection
- 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
-
- shutdown() - Method in class com.zaxxer.hikari.pool.HikariPool
-
Shutdown the pool, closing all idle connections and aborting or closing
active connections.
- size() - Method in class com.zaxxer.hikari.util.ConcurrentBag
-
Get the total number of items in the bag.
- size() - Method in class com.zaxxer.hikari.util.FastList
-
Get the current number of elements in the FastList.
- softEvictConnections() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- softEvictConnections() - Method in class com.zaxxer.hikari.pool.HikariPool
- STATE_IN_USE - Static variable in interface com.zaxxer.hikari.util.ConcurrentBag.IConcurrentBagEntry
-
- STATE_NOT_IN_USE - Static variable in interface com.zaxxer.hikari.util.ConcurrentBag.IConcurrentBagEntry
-
- STATE_REMOVED - Static variable in interface com.zaxxer.hikari.util.ConcurrentBag.IConcurrentBagEntry
-
- STATE_RESERVED - Static variable in interface com.zaxxer.hikari.util.ConcurrentBag.IConcurrentBagEntry
-
- stop() - Method in class com.zaxxer.hikari.hibernate.HikariConnectionProvider
-
- subList(int, int) - Method in class com.zaxxer.hikari.util.FastList
- supportsAggressiveRelease() - Method in class com.zaxxer.hikari.hibernate.HikariConnectionProvider
-
- suspend() - Method in class com.zaxxer.hikari.util.SuspendResumeLock
-
- suspendPool() - Method in class com.zaxxer.hikari.HikariDataSource
-
- suspendPool() - Method in interface com.zaxxer.hikari.HikariPoolMXBean
-
- suspendPool() - Method in class com.zaxxer.hikari.pool.HikariPool
- SuspendResumeLock - Class in com.zaxxer.hikari.util
-
This class implements a lock that can be used to suspend and resume the pool.
- SuspendResumeLock() - Constructor for class com.zaxxer.hikari.util.SuspendResumeLock
-
Default constructor