Uses of Enum
org.infinispan.client.hotrod.configuration.ExhaustedAction
Packages that use ExhaustedAction
-
Uses of ExhaustedAction in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ExhaustedActionModifier and TypeMethodDescriptionConnectionPoolConfiguration.exhaustedAction()
ConnectionPoolConfigurationBuilder.exhaustedAction()
Returns the configured action when the pool has become exhausted.static ExhaustedAction
Returns the enum constant of this type with the specified name.static ExhaustedAction[]
ExhaustedAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.client.hotrod.configuration with parameters of type ExhaustedActionModifier and TypeMethodDescriptionConnectionPoolConfigurationBuilder.exhaustedAction
(ExhaustedAction exhaustedAction) Specifies what happens when asking for a connection from a server's pool, and that pool is exhausted.