public final class PoolBagEntry extends Object implements IConcurrentBagEntry
| Modifier and Type | Field and Description |
|---|---|
boolean |
aborted |
Connection |
connection |
boolean |
evicted |
long |
lastAccess |
long |
lastOpenTime |
AtomicInteger |
state |
STATE_IN_USE, STATE_NOT_IN_USE, STATE_REMOVED, STATE_RESERVED| Constructor and Description |
|---|
PoolBagEntry(Connection connection,
BaseHikariPool pool) |
| Modifier and Type | Method and Description |
|---|---|
AtomicInteger |
state() |
String |
toString() |
public final AtomicInteger state
public Connection connection
public long lastAccess
public long lastOpenTime
public volatile boolean evicted
public volatile boolean aborted
public PoolBagEntry(Connection connection, BaseHikariPool pool)
public AtomicInteger state()
state in interface IConcurrentBagEntryCopyright © 2016 Zaxxer.com. All Rights Reserved.