Uses of Class
org.infinispan.hotrod.configuration.ExhaustedAction
-
Packages that use ExhaustedAction Package Description org.infinispan.hotrod.configuration Hot Rod client configuration API.org.infinispan.hotrod.impl org.infinispan.hotrod.impl.logging -
-
Uses of ExhaustedAction in org.infinispan.hotrod.configuration
Methods in org.infinispan.hotrod.configuration that return ExhaustedAction Modifier and Type Method Description ExhaustedActionConnectionPoolConfiguration. exhaustedAction()ExhaustedActionConnectionPoolConfigurationBuilder. exhaustedAction()Returns the configured action when the pool has become exhausted.static ExhaustedActionExhaustedAction. valueOf(String name)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.hotrod.configuration with parameters of type ExhaustedAction Modifier and Type Method Description ConnectionPoolConfigurationBuilderConnectionPoolConfigurationBuilder. 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.hotrod.impl
Methods in org.infinispan.hotrod.impl that return ExhaustedAction Modifier and Type Method Description ExhaustedActionConfigurationProperties. getConnectionPoolExhaustedAction() -
Uses of ExhaustedAction in org.infinispan.hotrod.impl.logging
Methods in org.infinispan.hotrod.impl.logging with parameters of type ExhaustedAction Modifier and Type Method Description org.infinispan.commons.CacheConfigurationExceptionLog_$logger. bloomFilterRequiresMaxActiveOneAndWait(int maxActive, ExhaustedAction action)org.infinispan.commons.CacheConfigurationExceptionLog. bloomFilterRequiresMaxActiveOneAndWait(int maxActive, ExhaustedAction action)
-