Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
PoolOptions(PoolOptions other) |
Copyright © 2024 Eclipse. All rights reserved.