| Interface | Description |
|---|---|
| AsyncThreadPoolConsumer<T extends AsyncThreadPool<T>> | |
| AsyncThreadPoolSupplier<T extends AsyncThreadPool> | |
| ConnectionPoolComponentConsumer<T extends ConnectionPoolComponent<T>> | |
| ConnectionPoolComponentSupplier<T extends ConnectionPoolComponent> | |
| InvalidationNearCacheConsumer<T extends InvalidationNearCache<T>> | |
| InvalidationNearCacheSupplier<T extends InvalidationNearCache> | |
| NoneNearCacheConsumer<T extends NoneNearCache<T>> | |
| NoneNearCacheSupplier<T extends NoneNearCache> | |
| RemoteClusterConsumer<T extends RemoteCluster<T>> | |
| RemoteClusterSupplier<T extends RemoteCluster> | |
| SecurityComponentConsumer<T extends SecurityComponent<T>> | |
| SecurityComponentSupplier<T extends SecurityComponent> |
| Class | Description |
|---|---|
| AsyncThreadPool<T extends AsyncThreadPool<T>> |
Defines a thread pool used for asynchronous operations.
|
| ConnectionPoolComponent<T extends ConnectionPoolComponent<T>> |
Configuration of the connection pool.
|
| InvalidationNearCache<T extends InvalidationNearCache<T>> |
Configures using near cache in invalidated mode.
|
| NoneNearCache<T extends NoneNearCache<T>> |
Disables near cache.
|
| RemoteCluster<T extends RemoteCluster<T>> |
Configuration of a remote cluster.
|
| SecurityComponent<T extends SecurityComponent<T>> |
Security configuration.
|
| Enum | Description |
|---|---|
| ConnectionPoolComponent.ExhaustedAction |
Copyright © 2019 JBoss by Red Hat. All rights reserved.