Uses of Class
io.vertx.redis.client.PoolOptions
-
Packages that use PoolOptions Package Description io.vertx.redis.client -
-
Uses of PoolOptions in io.vertx.redis.client
Methods in io.vertx.redis.client that return PoolOptions Modifier and Type Method Description PoolOptions
RedisOptions. getPoolOptions()
PoolOptions
PoolOptions. setCleanerInterval(int cleanerInterval)
Set how often the connection pool will be cleaned.PoolOptions
PoolOptions. setMaxSize(int maxSize)
Set the maximum size of the connection pool.PoolOptions
PoolOptions. setMaxWaiting(int maxWaiting)
Set the maximum number of requests waiting for a connection from the pool.PoolOptions
PoolOptions. setName(String name)
Set the connection pool name to be used for metrics reporting.PoolOptions
PoolOptions. setRecycleTimeout(int recycleTimeout)
Set how long a connection can stay unused before it is recycled during connection pool cleaning.Constructors in io.vertx.redis.client with parameters of type PoolOptions Constructor Description PoolOptions(PoolOptions other)
-