Class ConnectionPoolConfiguration

java.lang.Object
org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration

@Deprecated(forRemoval=true, since="15.1") public class ConnectionPoolConfiguration extends Object
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 Type
    Method
    Description
    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.
     
    int
    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.
     
    long
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • exhaustedAction

      public ExhaustedAction 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

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object