Uses of Enum Class
org.infinispan.client.hotrod.configuration.ExhaustedAction
Packages that use ExhaustedAction
Package
Description
Hot Rod client configuration API.
-
Uses of ExhaustedAction in org.infinispan.client.hotrod.configuration
Subclasses with type arguments of type ExhaustedAction in org.infinispan.client.hotrod.configurationModifier and TypeClassDescriptionenumDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.client.hotrod.configuration that return ExhaustedActionModifier and TypeMethodDescriptionConnectionPoolConfiguration.exhaustedAction()Deprecated, for removal: This API element is subject to removal in a future version.ConnectionPoolConfigurationBuilder.exhaustedAction()Deprecated, for removal: This API element is subject to removal in a future version.Returns the configured action when the pool has become exhausted.static ExhaustedActionDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ExhaustedAction[]ExhaustedAction.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.client.hotrod.configuration with parameters of type ExhaustedActionModifier and TypeMethodDescriptionConnectionPoolConfigurationBuilder.exhaustedAction(ExhaustedAction exhaustedAction) Deprecated, for removal: This API element is subject to removal in a future version.Specifies what happens when asking for a connection from a server's pool, and that pool is exhausted. -
Uses of ExhaustedAction in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return ExhaustedAction