Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.remote_cache_container |
Modifier and Type | Method and Description |
---|---|
ConnectionPoolComponent.ExhaustedAction |
ConnectionPoolComponent.exhaustedAction()
Specifies what happens when asking for a connection from a server's pool,
and that pool is exhausted.
|
static ConnectionPoolComponent.ExhaustedAction |
ConnectionPoolComponent.ExhaustedAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionPoolComponent.ExhaustedAction[] |
ConnectionPoolComponent.ExhaustedAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
ConnectionPoolComponent.exhaustedAction(ConnectionPoolComponent.ExhaustedAction value)
Specifies what happens when asking for a connection from a server's pool,
and that pool is exhausted.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.