RedisClientCdiBean for CDI support, RedisClientFactoryBean for Spring.See: Description
| Interface | Description |
|---|---|
| AsyncObjectFactory<T> |
An interface defining life-cycle methods for instances to be served by an pool.
|
| AsyncPool<T> |
Interface declaring non-blocking object pool methods allowing to
AsyncPool.acquire() and AsyncPool.release(Object) objects. |
| Class | Description |
|---|---|
| AsyncConnectionPoolSupport |
Asynchronous connection pool support for
BoundedAsyncPool. |
| BasePool |
Basic implementation of a pool configured through
BasePoolConfig. |
| BasePoolConfig |
Base configuration for an object pool declaring options for object validation.
|
| BasePoolConfig.Builder |
Builder for
BasePoolConfig. |
| BoundedAsyncPool<T> |
Bounded asynchronous object pool.
|
| BoundedPoolConfig |
Configuration for asynchronous pooling using
BoundedAsyncPool. |
| BoundedPoolConfig.Builder |
Builder for
BoundedPoolConfig. |
| ClientResourcesFactoryBean |
FactoryBean that creates a ClientResources instance representing the infrastructure resources (thread pools)
for a Redis Client. |
| CommonsPool2ConfigConverter |
Utility class to adapt Commons Pool 2 configuration to
BoundedPoolConfig. |
| ConnectionPoolSupport |
Connection pool support for
GenericObjectPool and SoftReferenceObjectPool. |
| ConnectionWrapping |
Utility to wrap pooled connections for return-on-close.
|
| LettuceCdiExtension |
A portable CDI extension which registers beans for lettuce.
|
| LettuceFactoryBeanSupport<T> |
Adapter for Springs
FactoryBean interface to allow easy setup of
RedisClient factories via Spring configuration. |
| RedisClientFactoryBean |
Factory Bean for
RedisClient instances. |
| RedisClusterClientFactoryBean |
Factory Bean for
RedisClusterClient instances. |
RedisClientCdiBean for CDI support, RedisClientFactoryBean for Spring.Copyright © 2019 lettuce.io. All rights reserved.