Uses of Class
io.vertx.redis.client.PoolOptions
Packages that use PoolOptions
-
Uses of PoolOptions in io.vertx.redis.client
Methods in io.vertx.redis.client that return PoolOptionsModifier and TypeMethodDescriptionRedisOptions.getPoolOptions()PoolOptions.setCleanerInterval(int cleanerInterval) Set how often the connection pool will be cleaned.PoolOptions.setMaxLifetime(long maxLifetime) Set how long a connection can exist before it is recycled during connection pool cleaning.PoolOptions.setMaxSize(int maxSize) Set the maximum size of the connection pool.PoolOptions.setMaxWaiting(int maxWaiting) Set the maximum number of requests waiting for a connection from the pool.Set the connection pool name to be used for metrics reporting.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