Uses of Enum
org.infinispan.persistence.remote.configuration.ExhaustedAction
-
Uses of ExhaustedAction in org.infinispan.persistence.remote.configuration
Modifier and TypeMethodDescriptionConnectionPoolConfiguration.exhaustedAction()
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.Modifier and TypeMethodDescriptionConnectionPoolConfigurationBuilder.exhaustedAction
(ExhaustedAction exhaustedAction) Specifies what happens when asking for a connection from a server's pool, and that pool is exhausted.