Package | Description |
---|---|
com.zaxxer.hikari.pool | |
com.zaxxer.hikari.proxy |
Modifier and Type | Method and Description |
---|---|
void |
HikariPool.evictConnection(IHikariConnectionProxy proxyConnection)
Evict a connection from the pool.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionProxy
This is the proxy class for java.sql.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.