Uses of Class
io.agroal.api.configuration.supplier.AgroalConnectionPoolConfigurationSupplier
Packages that use AgroalConnectionPoolConfigurationSupplier
-
Uses of AgroalConnectionPoolConfigurationSupplier in io.agroal.api.configuration.supplier
Methods in io.agroal.api.configuration.supplier that return AgroalConnectionPoolConfigurationSupplierModifier and TypeMethodDescriptionAgroalConnectionPoolConfigurationSupplier.acquisitionTimeout(Duration timeout) Sets the duration of the acquisition timeout.AgroalConnectionPoolConfigurationSupplier.connectionCache(ConnectionCache cache) Sets the connection cache implementation.AgroalConnectionPoolConfigurationSupplier.connectionFactoryConfiguration(Function<? super AgroalConnectionFactoryConfigurationSupplier, ? extends AgroalConnectionFactoryConfigurationSupplier> function) Modifies the configuration of the connection pool.AgroalConnectionPoolConfigurationSupplier.connectionFactoryConfiguration(Supplier<? extends AgroalConnectionFactoryConfiguration> supplier) Sets the configuration for the connection factory.AgroalDataSourceConfigurationSupplier.connectionPoolConfiguration()Allows access to the configuration builder for the connection pool.AgroalConnectionPoolConfigurationSupplier.connectionValidator(AgroalConnectionPoolConfiguration.ConnectionValidator validator) Sets the connection validation method.AgroalConnectionPoolConfigurationSupplier.enhancedLeakReport()Enables enhanced leak report.AgroalConnectionPoolConfigurationSupplier.enhancedLeakReport(boolean enhanced) Enables or disables enhanced leak report.AgroalConnectionPoolConfigurationSupplier.exceptionSorter(AgroalConnectionPoolConfiguration.ExceptionSorter sorter) Sets the exception sorter.AgroalConnectionPoolConfigurationSupplier.flushOnClose()Enables flushing of connections on close.AgroalConnectionPoolConfigurationSupplier.flushOnClose(boolean flush) Enables or disables flushing of connections on close.AgroalConnectionPoolConfigurationSupplier.idleValidationTimeout(Duration timeout) Sets the duration of idle time for foreground validation to be executed.AgroalConnectionPoolConfigurationSupplier.initialSize(int size) Sets the number of connections when the pool starts.AgroalConnectionPoolConfigurationSupplier.leakTimeout(Duration timeout) Sets the duration of the leak timeout detection.AgroalConnectionPoolConfigurationSupplier.maxLifetime(Duration time) Sets the duration for the lifetime of connections.AgroalConnectionPoolConfigurationSupplier.maxSize(int size) Sets the maximum number of connections on the pool.AgroalConnectionPoolConfigurationSupplier.minSize(int size) Sets the minimum number of connections on the pool.AgroalConnectionPoolConfigurationSupplier.multipleAcquisition(AgroalConnectionPoolConfiguration.MultipleAcquisitionAction action) Sets the behaviour of the pool when a thread tries to acquire multiple connections.AgroalConnectionPoolConfigurationSupplier.reapTimeout(Duration timeout) Sets the duration for eviction of idle connections.AgroalConnectionPoolConfigurationSupplier.transactionIntegration(TransactionIntegration integration) Sets the transaction integration instance to use.AgroalConnectionPoolConfigurationSupplier.transactionRequirement(AgroalConnectionPoolConfiguration.TransactionRequirement requirement) Sets the transaction requirements for the pool.AgroalConnectionPoolConfigurationSupplier.validationTimeout(Duration timeout) Sets the duration of background validation interval.Method parameters in io.agroal.api.configuration.supplier with type arguments of type AgroalConnectionPoolConfigurationSupplierModifier and TypeMethodDescriptionAgroalDataSourceConfigurationSupplier.connectionPoolConfiguration(Function<? super AgroalConnectionPoolConfigurationSupplier, ? extends AgroalConnectionPoolConfigurationSupplier> function) Modifies the configuration of the connection pool.AgroalDataSourceConfigurationSupplier.connectionPoolConfiguration(Function<? super AgroalConnectionPoolConfigurationSupplier, ? extends AgroalConnectionPoolConfigurationSupplier> function) Modifies the configuration of the connection pool.