Uses of Class
org.attribyte.sql.pool.ConnectionPoolSegment
Packages that use ConnectionPoolSegment
Package
Description
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.
-
Uses of ConnectionPoolSegment in org.attribyte.sql.pool
Methods in org.attribyte.sql.pool that return ConnectionPoolSegmentModifier and TypeMethodDescriptionConnectionPoolSegment.Initializer.createSegment()Creates a segment after configuration.Methods in org.attribyte.sql.pool with parameters of type ConnectionPoolSegmentModifier and TypeMethodDescriptionConnectionPool.Initializer.addActiveSegment(ConnectionPoolSegment segment) Adds an active segment to the pool.ConnectionPool.Initializer.addReserveSegment(ConnectionPoolSegment segment) Adds a reserve segment to the pool.Method parameters in org.attribyte.sql.pool with type arguments of type ConnectionPoolSegmentModifier and TypeMethodDescriptionConnectionPool.Initializer.addActiveSegments(List<ConnectionPoolSegment> segments) Adds active segments to the pool.ConnectionPool.Initializer.addReserveSegments(List<ConnectionPoolSegment> segments) Adds reserve segments to the pool.Constructors in org.attribyte.sql.pool with parameters of type ConnectionPoolSegmentModifierConstructorDescriptionprotectedConnectionPoolConnection(ConnectionPoolSegment segment, String id, String testSQL, boolean debug, ConnectionPoolConnection.IncompleteTransactionPolicy incompleteTransactionPolicy, ConnectionPoolConnection.OpenStatementPolicy openStatementPolicy, ConnectionPoolConnection.ForceRealClosePolicy forceRealClosePolicy, long closeTimeLimitMillis) Creates a connection.