| Package | Description |
|---|---|
| org.attribyte.sql.pool |
ACP is an open-source JDBC connection pool designed to support the high throughput, concurrency, tuning,
monitoring and reporting typically required to support production application servers.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolSegment |
ConnectionPoolSegment.Initializer.createSegment()
Creates a segment after configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool.Initializer |
ConnectionPool.Initializer.addActiveSegment(ConnectionPoolSegment segment)
Adds an active segment to the pool.
|
ConnectionPool.Initializer |
ConnectionPool.Initializer.addReserveSegment(ConnectionPoolSegment segment)
Adds a reserve segment to the pool.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool.Initializer |
ConnectionPool.Initializer.addActiveSegments(java.util.List<ConnectionPoolSegment> segments)
Adds active segments to the pool.
|
ConnectionPool.Initializer |
ConnectionPool.Initializer.addReserveSegments(java.util.List<ConnectionPoolSegment> segments)
Adds reserve segments to the pool.
|