Package | Description |
---|---|
org.infinispan.client.hotrod.configuration |
Modifier and Type | Method and Description |
---|---|
ExhaustedAction |
ConnectionPoolConfiguration.exhaustedAction() |
static ExhaustedAction |
ExhaustedAction.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.
|
Modifier and Type | Method and Description |
---|---|
ConnectionPoolConfigurationBuilder |
ConnectionPoolConfigurationBuilder.exhaustedAction(ExhaustedAction exhaustedAction)
Specifies what happens when asking for a connection from a server's pool, and that pool is
exhausted.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.