Uses of Class
io.lettuce.core.support.BasePoolConfig.Builder
| Package | Description |
|---|---|
| io.lettuce.core.support |
Supportive classes such as
RedisClientCdiBean for CDI support, connection pooling, and
client-side caching. |
-
Uses of BasePoolConfig.Builder in io.lettuce.core.support
Subclasses of BasePoolConfig.Builder in io.lettuce.core.support Modifier and Type Class Description static classBoundedPoolConfig.BuilderBuilder forBoundedPoolConfig.Methods in io.lettuce.core.support that return BasePoolConfig.Builder Modifier and Type Method Description BasePoolConfig.BuilderBasePoolConfig.Builder. testOnAcquire()Enables validation of objects before being returned from the acquire method.BasePoolConfig.BuilderBasePoolConfig.Builder. testOnAcquire(boolean testOnAcquire)Configures whether objects acquired from the pool will be validated before being returned from the acquire method.BasePoolConfig.BuilderBasePoolConfig.Builder. testOnCreate()Enables validation of objects before being returned from the acquire method.BasePoolConfig.BuilderBasePoolConfig.Builder. testOnCreate(boolean testOnCreate)Configures whether objects created for the pool will be validated before being returned from the acquire method.BasePoolConfig.BuilderBasePoolConfig.Builder. testOnRelease()Enables validation of objects when they are returned to the pool via the release method.BasePoolConfig.BuilderBasePoolConfig.Builder. testOnRelease(boolean testOnRelease)Configures whether objects borrowed from the pool will be validated when they are returned to the pool via the release method.