| Package | Description |
|---|---|
| io.vertx.redis.client |
| Modifier and Type | Method and Description |
|---|---|
PoolOptions |
RedisOptions.getPoolOptions() |
PoolOptions |
PoolOptions.setCleanerInterval(int cleanerInterval)
Tune how often in milliseconds should the connection pool cleaner execute.
|
PoolOptions |
PoolOptions.setMaxSize(int maxSize)
Tune the maximum size of the connection pool.
|
PoolOptions |
PoolOptions.setMaxWaiting(int maxWaiting)
Tune the maximum waiting requests for a connection from the pool.
|
PoolOptions |
PoolOptions.setName(String name)
Set a user defined pool name (for metrics reporting).
|
PoolOptions |
PoolOptions.setRecycleTimeout(int recycleTimeout)
Tune when a connection should be recycled in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PoolOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
PoolOptions obj) |
static void |
PoolOptionsConverter.toJson(PoolOptions obj,
JsonObject json) |
static void |
PoolOptionsConverter.toJson(PoolOptions obj,
Map<String,Object> json) |
| Constructor and Description |
|---|
PoolOptions(PoolOptions other) |
Copyright © 2023 Eclipse. All rights reserved.