Uses of Class
com.kingsrook.qqq.backend.module.rdbms.model.metadata.ConnectionPoolSettings
Packages that use ConnectionPoolSettings
-
Uses of ConnectionPoolSettings in com.kingsrook.qqq.backend.module.rdbms.model.metadata
Methods in com.kingsrook.qqq.backend.module.rdbms.model.metadata that return ConnectionPoolSettingsModifier and TypeMethodDescriptionRDBMSBackendMetaData.getConnectionPoolSettings()
Getter for connectionPoolSettingsConnectionPoolSettings.withAcquireIncrement
(Integer acquireIncrement) Fluent setter for acquireIncrementConnectionPoolSettings.withCheckoutTimeoutSeconds
(Integer checkoutTimeoutSeconds) Fluent setter for checkoutTimeoutSecondsConnectionPoolSettings.withInitialPoolSize
(Integer initialPoolSize) Fluent setter for initialPoolSizeConnectionPoolSettings.withMaxConnectionAgeSeconds
(Integer maxConnectionAgeSeconds) Fluent setter for maxConnectionAgeSecondsConnectionPoolSettings.withMaxIdleTimeExcessConnectionsSeconds
(Integer maxIdleTimeExcessConnectionsSeconds) Fluent setter for maxIdleTimeExcessConnectionsSecondsConnectionPoolSettings.withMaxIdleTimeSeconds
(Integer maxIdleTimeSeconds) Fluent setter for maxIdleTimeSecondsConnectionPoolSettings.withMaxPoolSize
(Integer maxPoolSize) Fluent setter for maxPoolSizeConnectionPoolSettings.withMinPoolSize
(Integer minPoolSize) Fluent setter for minPoolSizeConnectionPoolSettings.withTestConnectionOnCheckout
(Boolean testConnectionOnCheckout) Fluent setter for testConnectionOnCheckoutMethods in com.kingsrook.qqq.backend.module.rdbms.model.metadata with parameters of type ConnectionPoolSettingsModifier and TypeMethodDescriptionvoid
RDBMSBackendMetaData.setConnectionPoolSettings
(ConnectionPoolSettings connectionPoolSettings) Setter for connectionPoolSettingsRDBMSBackendMetaData.withConnectionPoolSettings
(ConnectionPoolSettings connectionPoolSettings) Fluent setter for connectionPoolSettings