Class ConnectionPoolConfiguration
java.lang.Object
org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
since 15.1, the connection pool is no longer used
ConnectionPoolConfiguration.
- Since:
- 5.3
- Author:
- Tristan Tarrant
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.long
maxWait()
Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.int
minIdle()
Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
exhaustedAction
Deprecated, for removal: This API element is subject to removal in a future version. -
maxActive
public int maxActive()Deprecated, for removal: This API element is subject to removal in a future version. -
maxWait
public long maxWait()Deprecated, for removal: This API element is subject to removal in a future version. -
minIdle
public int minIdle()Deprecated, for removal: This API element is subject to removal in a future version. -
minEvictableIdleTime
public long minEvictableIdleTime()Deprecated, for removal: This API element is subject to removal in a future version. -
maxPendingRequests
public int maxPendingRequests()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
-