public class PooledConnectionQueue extends Object
| Modifier and Type | Method and Description |
|---|---|
io.ebean.datasource.PoolStatus |
getStatus(boolean reset) |
void |
reset(long leakTimeMinutes)
Close all the connections in the pool and any current busy connections
when they are returned.
|
void |
shutdown() |
String |
toString() |
void |
trim(long maxInactiveMillis,
long maxAgeMillis) |
public io.ebean.datasource.PoolStatus getStatus(boolean reset)
public void shutdown()
public void reset(long leakTimeMinutes)
This is typically done when a database down event occurs.
public void trim(long maxInactiveMillis, long maxAgeMillis)
Copyright © 2018. All rights reserved.