Class ConnectionPoolConfiguration
java.lang.Object
org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
Deprecated.
since 15.1, the connection pool is no longer used
ConnectionPoolConfiguration.
- Since:
- 5.3
- Author:
- Tristan Tarrant
-
Method Details
-
exhaustedAction
Deprecated. -
maxActive
public int maxActive()Deprecated. -
maxWait
public long maxWait()Deprecated. -
minIdle
public int minIdle()Deprecated. -
minEvictableIdleTime
public long minEvictableIdleTime()Deprecated. -
maxPendingRequests
public int maxPendingRequests()Deprecated. -
toString
Deprecated.
-