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.
-
Field Summary
Fields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSetDeprecated, 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.intDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.intmaxWait()Deprecated, for removal: This API element is subject to removal in a future version.longDeprecated, for removal: This API element is subject to removal in a future version.intminIdle()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
Method Details
-
attributeDefinitionSet
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-