Uses of Class
org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Packages that use ConnectionPoolConfigurationBuilder
-
Uses of ConnectionPoolConfigurationBuilder in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ConnectionPoolConfigurationBuilderModifier and TypeMethodDescriptionAbstractConfigurationChildBuilder.connectionPool()
ConfigurationBuilder.connectionPool()
ConfigurationChildBuilder.connectionPool()
Deprecated, for removal: This API element is subject to removal in a future version.ConnectionPoolConfigurationBuilder.exhaustedAction
(ExhaustedAction exhaustedAction) Deprecated, for removal: This API element is subject to removal in a future version.Specifies what happens when asking for a connection from a server's pool, and that pool is exhausted.ConnectionPoolConfigurationBuilder.maxActive
(int maxActive) Deprecated, for removal: This API element is subject to removal in a future version.Controls the maximum number of connections per server that are allocated (checked out to client threads, or idle in the pool) at one time.ConnectionPoolConfigurationBuilder.maxPendingRequests
(int maxPendingRequests) Deprecated, for removal: This API element is subject to removal in a future version.Specifies maximum number of requests sent over single connection at one instant.ConnectionPoolConfigurationBuilder.maxWait
(long maxWait) Deprecated, for removal: This API element is subject to removal in a future version.The amount of time in milliseconds to wait for a connection to become available when the exhausted action isExhaustedAction.WAIT
, after which aNoSuchElementException
will be thrown.ConnectionPoolConfigurationBuilder.minEvictableIdleTime
(long minEvictableIdleTime) Deprecated, for removal: This API element is subject to removal in a future version.Specifies the minimum amount of time that an connection may sit idle in the pool before it is eligible for eviction due to idle time.ConnectionPoolConfigurationBuilder.minIdle
(int minIdle) Deprecated, for removal: This API element is subject to removal in a future version.Sets a target value for the minimum number of idle connections (per server) that should always be available.ConnectionPoolConfigurationBuilder.read
(ConnectionPoolConfiguration template, Combine combine) Deprecated, for removal: This API element is subject to removal in a future version.ConnectionPoolConfigurationBuilder.withPoolProperties
(Properties properties) Deprecated, for removal: This API element is subject to removal in a future version.Configures the connection pool parameter according to properties