Uses of Class
org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Packages that use ExhaustedAction Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API. -
-
Uses of ExhaustedAction in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.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.client.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.
-