Uses of Class
de.xima.fc.persistence.ConnectionPoolProperties.Builder
Packages that use ConnectionPoolProperties.Builder
-
Uses of ConnectionPoolProperties.Builder in de.xima.fc.persistence
Methods in de.xima.fc.persistence that return ConnectionPoolProperties.BuilderModifier and TypeMethodDescriptionConnectionPoolProperties.builder()ConnectionPoolProperties.Builder.connectionTimeoutMs(long connectionTimeoutMs) The maximum amount of time (in milliseconds) that a client will wait for a connection from the pool.ConnectionPoolProperties.Builder.idleTimeoutMs(long idleTimeoutMs) The maximum amount of time (in milliseconds) that a connection is allowed to sit idle in the connection pool.ConnectionPoolProperties.Builder.leakDetectionThresholdMs(long leakDetectionThresholdMs) This property controls the amount of time that a connection can be out of the pool before a message is logged indicating a possible connection leak.ConnectionPoolProperties.Builder.maxConnections(int maxConnections) The maximum number of connections allowed in the connection pool.ConnectionPoolProperties.Builder.maxLifetimeMs(long maxLifetimeMs) This property controls the maximum lifetime of a connection in the pool.ConnectionPoolProperties.Builder.minimumIdleConnections(int minimumIdleConnections) The minimum number of idle connections that the connection pool tries to maintain.ConnectionPoolProperties.toBuilder()ConnectionPoolProperties.Builder.validationTimeoutMs(long validationTimeoutMs) The maximum amount of time (in milliseconds) that a connection will be tested for validity.