Package | Description |
---|---|
com.zaxxer.hikari.metrics | |
com.zaxxer.hikari.pool | |
com.zaxxer.hikari.proxy |
Modifier and Type | Method and Description |
---|---|
void |
CodaHaleMetricsTracker.recordConnectionUsage(PoolBagEntry bagEntry) |
void |
MetricsTracker.recordConnectionUsage(PoolBagEntry bagEntry) |
void |
CodaHaleMetricsTracker.Context.setConnectionLastOpen(PoolBagEntry bagEntry,
long now)
Set the lastOpenTime on the provided bag entry.
|
void |
MetricsTracker.MetricsContext.setConnectionLastOpen(PoolBagEntry bagEntry,
long now)
Set the lastOpenTime on the provided bag entry.
|
Modifier and Type | Method and Description |
---|---|
void |
HikariPool.releaseConnection(PoolBagEntry bagEntry)
Release a connection back to the pool, or permanently close it if it is broken.
|
Modifier and Type | Method and Description |
---|---|
PoolBagEntry |
IHikariConnectionProxy.getPoolBagEntry()
Get the ConcurrentBag entry that is associated in the pool with the underlying connection.
|
PoolBagEntry |
ConnectionProxy.getPoolBagEntry()
Get the ConcurrentBag entry that is associated in the pool with the underlying connection.
|
Modifier and Type | Method and Description |
---|---|
static IHikariConnectionProxy |
ProxyFactory.getProxyConnection(PoolBagEntry bagEntry,
LeakTask leakTask,
long now)
Create a proxy for the specified
Connection instance. |
Copyright © 2017 Zaxxer.com. All rights reserved.