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()Configures the connection poolConnectionPoolConfigurationBuilder.exhaustedAction(ExhaustedAction exhaustedAction) Deprecated.Specifies what happens when asking for a connection from a server's pool, and that pool is exhausted.ConnectionPoolConfigurationBuilder.maxActive(int maxActive) Deprecated.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.Specifies maximum number of requests sent over single connection at one instant.ConnectionPoolConfigurationBuilder.maxWait(long maxWait) Deprecated.The amount of time in milliseconds to wait for a connection to become available when the exhausted action isExhaustedAction.WAIT, after which aNoSuchElementExceptionwill be thrown.ConnectionPoolConfigurationBuilder.minEvictableIdleTime(long minEvictableIdleTime) Deprecated.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.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.ConnectionPoolConfigurationBuilder.withPoolProperties(Properties properties) Deprecated.Configures the connection pool parameter according to properties