Class ConnectionPoolConfiguration

java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<ConnectionPoolConfiguration>
org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
All Implemented Interfaces:
Matchable<ConnectionPoolConfiguration>, Updatable<ConnectionPoolConfiguration>

@Deprecated(forRemoval=true, since="15.1") public class ConnectionPoolConfiguration extends ConfigurationElement<ConnectionPoolConfiguration>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • attributeDefinitionSet

      public static AttributeSet attributeDefinitionSet()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • 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 int 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.
    • maxPendingRequests

      public int maxPendingRequests()
      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.