Uses of Enum Class
org.infinispan.client.hotrod.configuration.ExhaustedAction
Package
Description
Hot Rod client configuration API.
-
Uses of ExhaustedAction in org.infinispan.client.hotrod.configuration
Modifier and TypeMethodDescriptionConnectionPoolConfiguration.exhaustedAction()
ConnectionPoolConfigurationBuilder.exhaustedAction()
Returns the configured action when the pool has become exhausted.static ExhaustedAction
Returns the enum constant of this class with the specified name.static ExhaustedAction[]
ExhaustedAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConnectionPoolConfigurationBuilder.exhaustedAction
(ExhaustedAction exhaustedAction) 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
-
Uses of ExhaustedAction in org.infinispan.client.hotrod.logging
Modifier and TypeMethodDescriptionLog.bloomFilterRequiresMaxActiveOneAndWait
(int maxActive, ExhaustedAction action)