public interface ConnectionCache
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close all connections in the connection cache.
|
String |
getCacheType() |
String |
getMonitoringName() |
long |
numberOfBusyConnections() |
long |
numberOfConnections() |
long |
numberOfIdleConnections() |
boolean |
reclaim() |
void |
stampTime(Connection connection) |
String getMonitoringName()
String getCacheType()
void stampTime(Connection connection)
long numberOfConnections()
long numberOfIdleConnections()
long numberOfBusyConnections()
boolean reclaim()
void close()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.